DvdLauncher function

Verifies that the media region in the DVD drive matches the DVD drive region.

Syntax

BOOL WINAPI DvdLauncher(
  _In_ HWND HWnd,
  _In_ CHAR DriveLetter
);

Parameters

HWnd [in]

A handle to the top-level window to be used for any required user interface.

DriveLetter [in]

The drive letter.

Return value

If the function succeeds and the regions match, the return value is nonzero. Otherwise, the return value is zero.

Remarks

This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to StorProp.dll.

Requirements

Requirement Value
Minimum supported client
Windows XP
Minimum supported server
Windows Server 2003
DLL
StorProp.dll

See also

Device Management Functions