DvdLauncher function
Verifies that the media region in the DVD drive matches the DVD drive region.
BOOL WINAPI DvdLauncher(
_In_ HWND HWnd,
_In_ CHAR DriveLetter
);
-
HWnd [in]
-
A handle to the top-level window to be used for any required user interface.
-
DriveLetter [in]
-
The drive letter.
If the function succeeds and the regions match, the return value is nonzero. Otherwise, the return value is zero.
This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to StorProp.dll.
Requirement | Value |
---|---|
Minimum supported client |
Windows XP |
Minimum supported server |
Windows Server 2003 |
DLL |
|