OSDRelease
This function destroys OSDialog object created by OSDInit() function, clears memory and related resources.
HANDLE OSDRET OSDRelease(HANDLE hDialog);
Parameters
- hDialog - HANDLE dialog window descriptor.
- Returned value - Returns OSDRET descriptor with operation result code.
Notes
This function should be called when work with OSDialog object is finished.
Sample
OSDRelease(hDialog);
