GetRowPointer
Gets a pointer to a specific row of an image.
Syntax
Definition:
HRESULT GetRowPointer(
ULONG nRowIndex,
PVOID* ppRow
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
nRowIndex |
ULONG |
Row index. |
|
ppRow |
PVOID* |
Returns a pointer to the requested image row. |
Return value