Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 1.71 KB

dvdlauncher.md

File metadata and controls

80 lines (49 loc) · 1.71 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Verifies that the media region in the DVD drive matches the DVD drive region.
864de493-94c2-4f32-96a8-14cfea13dbef
DvdLauncher function
reference
05/31/2018
APIRef
kbSyntax
DvdLauncher
DllExport
StorProp.dll

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