This function frees the handle to the DEVMODE structure.

[C++Builder]     BOOL IKReleaseDevModeHandle(HANDLE hDevMode);
[Delphi]         function IKReleaseDevModeHandle(hDevMode: THandle): LongBool;

Parameters

Name Explanation
hDevMode The handle of the DEVMODE structure retrieved by the IKGetDevModeHandle function

Return Value

Returns True (nonzero) if successful. Returns False (0) if unsuccessful.

Explanation

The IKReleaseDevModeHandle function frees the handle to the DEVMODE structure.

 

The ImageKit10 VCL is a product created by Newtone Corporation