reactos/dll/win32/devmgr/includes/devmgr.h
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

11 lines
131 B
C

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