This function frees the handle to the DEVMODE structure.
[C++Builder/Visual
C++] BOOL
IKReleaseDevModeHandle(HANDLE hDevMode);
[Delphi] function
IKReleaseDevModeHandle(hDevMode: THandle): LongBool;
[Visual Basic] Function
IKReleaseDevModeHandle(ByVal hDevMode As Long) As Long
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.