Click or drag to resize

DIBDelete Function

X#
Destroy a DIB created either by DIBCreateFromFile() or DIBCreateFromPtr().

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 FUNCTION DIBDelete(
	pWinBmp AS PTR
) AS VOID
Request Example View Source

Parameters

pWinBmp
Type: Void*
Pointer to DIB data.

Return Value

Type: 
Remarks
DIBDelete() destroys a DIB created by DIBCreateFromFile() or DIBCreateFromPtr().
Examples
See the DIBCreateFromPtr() example.
See Also