|
ReactOS 0.4.16-dev-2354-g16de117
|


Go to the source code of this file.
Macros | |
| #define | SN_INFLAG_FORCE_VER 0x00000001 |
| #define | SN_INFLAG_INSTALL 0x00000002 |
| #define | SN_INFLAG_ADMIN_ACCESS 0x00000004 |
| #define | SN_INFLAG_USER_ACCESS 0x00000008 |
| #define | SN_INFLAG_ALL_ACCESS 0x00000010 |
| #define | SN_INFLAG_RUNTIME 0x80000000 |
| #define | SN_OUTFLAG_WAS_VERIFIED 0x00000001 |
Functions | |
| BOOLEAN __stdcall | StrongNameSignatureVerification (const WCHAR *path, DWORD flags, DWORD *ret_flags) |
| BOOLEAN __stdcall | StrongNameSignatureVerificationEx (const WCHAR *path, BOOLEAN force, BOOLEAN *verified) |
| BOOLEAN __stdcall | StrongNameTokenFromAssembly (const WCHAR *path, BYTE **token, ULONG *size) |
| #define SN_INFLAG_ADMIN_ACCESS 0x00000004 |
Definition at line 29 of file strongname.h.
| #define SN_INFLAG_ALL_ACCESS 0x00000010 |
Definition at line 31 of file strongname.h.
| #define SN_INFLAG_FORCE_VER 0x00000001 |
Definition at line 27 of file strongname.h.
| #define SN_INFLAG_INSTALL 0x00000002 |
Definition at line 28 of file strongname.h.
| #define SN_INFLAG_RUNTIME 0x80000000 |
Definition at line 32 of file strongname.h.
| #define SN_INFLAG_USER_ACCESS 0x00000008 |
Definition at line 30 of file strongname.h.
| #define SN_OUTFLAG_WAS_VERIFIED 0x00000001 |
Definition at line 34 of file strongname.h.
| BOOLEAN __stdcall StrongNameSignatureVerification | ( | const WCHAR * | path, |
| DWORD | flags, | ||
| DWORD * | ret_flags | ||
| ) |
| BOOLEAN __stdcall StrongNameSignatureVerificationEx | ( | const WCHAR * | path, |
| BOOLEAN | force, | ||
| BOOLEAN * | verified | ||
| ) |