ReactOS 0.4.16-dev-2284-g3529151
certmgr.cpp File Reference
#include "certmgr.h"
Include dependency graph for certmgr.cpp:

Go to the source code of this file.

Classes

struct  CCertMgrProperties
 
class  CCertMgrModule
 

Functions

int WINAPI wWinMain (HINSTANCE, HINSTANCE, LPWSTR, int nShowCmd)
 

Variables

CCertMgrModule _AtlModule
 

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 163 of file certmgr.cpp.

164{
165 return _AtlModule.WinMain(nShowCmd);
166}
CCertMgrModule _AtlModule
Definition: certmgr.cpp:160
int WinMain(int nShowCmd)
Definition: atlbase.h:762

Variable Documentation

◆ _AtlModule

CCertMgrModule _AtlModule

Definition at line 160 of file certmgr.cpp.

Referenced by wWinMain().