reactos/dll/win32/devmgr/includes/devmgr.h

12 lines
131 B
C

#pragma once
BOOL
CreateDeviceManager(
HWND hWndParent,
HINSTANCE hInst,
LPCWSTR lpMachineName,
int nCmdShow
);