DIBGetInfo Function | |
Retrieve a pointer to the BITMAPINFO structure of a DIB.
Namespace:
VOGUIClasses
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax FUNCTION DIBGetInfo(
pWinBmp AS PTR
) AS _WINBITMAPINFO*
public static _WINBITMAPINFO* DIBGetInfo(
void* pWinBmp
)
Request Example
View SourceParameters
- pWinBmp
- Type: Void*
Pointer to DIB data.
Return Value
Type:
_WINBITMAPINFO*
Pointer to the BITMAPINFO structure, if successful; otherwise, NULL_PTR.
Remarks
DIBGetInfo() retrieves a pointer to the BITMAPINFO structure of a DIB.
Examples
See the DIBCreateFromPtr() example.
See Also