windows-nt/Source/XPSP1/NT/ds/security/cryptoapi/ui/cryptui/pwdui.h

35 lines
608 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1999 - 1999
//
// File: pwdui.h
//
//--------------------------------------------------------------------------
#ifndef _PWDUI_H_
#define _PWDUI_H_
#ifdef __cplusplus
extern "C" {
#endif
BOOL
WINAPI
ProtectUI_DllMain(
HINSTANCE hinstDLL, // handle to DLL module
DWORD fdwReason, // reason for calling function
LPVOID lpvReserved // reserved
);
#ifdef __cplusplus
} // Balance extern "C" above
#endif
#endif // _PWDUI_H_