ReactOS 0.4.16-dev-2354-g16de117
strongname.h File Reference
#include <windows.h>
#include <wincrypt.h>
#include <ole2.h>
#include <corerror.h>
Include dependency graph for strongname.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ SN_INFLAG_ADMIN_ACCESS

#define SN_INFLAG_ADMIN_ACCESS   0x00000004

Definition at line 29 of file strongname.h.

◆ SN_INFLAG_ALL_ACCESS

#define SN_INFLAG_ALL_ACCESS   0x00000010

Definition at line 31 of file strongname.h.

◆ SN_INFLAG_FORCE_VER

#define SN_INFLAG_FORCE_VER   0x00000001

Definition at line 27 of file strongname.h.

◆ SN_INFLAG_INSTALL

#define SN_INFLAG_INSTALL   0x00000002

Definition at line 28 of file strongname.h.

◆ SN_INFLAG_RUNTIME

#define SN_INFLAG_RUNTIME   0x80000000

Definition at line 32 of file strongname.h.

◆ SN_INFLAG_USER_ACCESS

#define SN_INFLAG_USER_ACCESS   0x00000008

Definition at line 30 of file strongname.h.

◆ SN_OUTFLAG_WAS_VERIFIED

#define SN_OUTFLAG_WAS_VERIFIED   0x00000001

Definition at line 34 of file strongname.h.

Function Documentation

◆ StrongNameSignatureVerification()

BOOLEAN __stdcall StrongNameSignatureVerification ( const WCHAR path,
DWORD  flags,
DWORD ret_flags 
)

◆ StrongNameSignatureVerificationEx()

BOOLEAN __stdcall StrongNameSignatureVerificationEx ( const WCHAR path,
BOOLEAN  force,
BOOLEAN verified 
)

◆ StrongNameTokenFromAssembly()

BOOLEAN __stdcall StrongNameTokenFromAssembly ( const WCHAR path,
BYTE **  token,
ULONG size 
)