ReactOS 0.4.15-dev-7942-gd23573b
devmgmt.c File Reference
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <cfgmgr32.h>
#include <devmgr.h>
Include dependency graph for devmgmt.c:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 

Functions

int WINAPI wWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
 

Macro Definition Documentation

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 9 of file devmgmt.c.

Function Documentation

◆ wWinMain()

int WINAPI wWinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPWSTR  lpCmdLine,
int  nShowCmd 
)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 18 of file devmgmt.c.

22{
24 hThisInstance,
25 NULL,
26 nCmdShow))
27 {
28 return GetLastError();
29 }
30
31 return 0;
32}
#define NULL
Definition: types.h:112
BOOL WINAPI DeviceManager_ExecuteW(HWND hWndParent, HINSTANCE hInst, LPCWSTR lpMachineName, int nCmdShow)
Definition: api.cpp:611
DWORD WINAPI GetLastError(void)
Definition: except.c:1042