ReactOS 0.4.15-dev-7958-gcd0bb1a
winefs.h
Go to the documentation of this file.
1typedef struct _CERTIFICATE_BLOB {
6
7typedef struct _EFS_HASH_BLOB {
11
17
24
29
34
36 LPCWSTR,
38 );
39
41 LPCWSTR,
43 );
44
46 LPCWSTR,
47 BOOL
48 );
49
53 );
54
56 LPCWSTR,
58 );
59
62 );
63
65 LPCWSTR,
67 );
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
#define _Out_
Definition: ms_sal.h:345
#define _In_
Definition: ms_sal.h:308
BYTE * PBYTE
Definition: pedump.c:66
DWORD cbData
Definition: winefs.h:3
DWORD dwCertEncodingType
Definition: winefs.h:2
PBYTE pbData
Definition: winefs.h:4
DWORD cbData
Definition: winefs.h:8
PBYTE pbData
Definition: winefs.h:9
PENCRYPTION_CERTIFICATE_HASH * pUsers
Definition: winefs.h:32
PEFS_HASH_BLOB pHash
Definition: winefs.h:21
PENCRYPTION_CERTIFICATE * pUsers
Definition: winefs.h:27
PEFS_CERTIFICATE_BLOB pCertBlob
Definition: winefs.h:15
uint32_t * LPDWORD
Definition: typedefs.h:59
#define FileEncryptionStatus
Definition: winbase.h:3776
#define WINAPI
Definition: msvc.h:6
struct _ENCRYPTION_CERTIFICATE_HASH ENCRYPTION_CERTIFICATE_HASH
struct _EFS_HASH_BLOB EFS_HASH_BLOB
struct _ENCRYPTION_CERTIFICATE_HASH_LIST ENCRYPTION_CERTIFICATE_HASH_LIST
struct _ENCRYPTION_CERTIFICATE_LIST ENCRYPTION_CERTIFICATE_LIST
void WINAPI FreeEncryptionCertificateHashList(PENCRYPTION_CERTIFICATE_HASH_LIST)
Definition: efs.c:161
DWORD WINAPI RemoveUsersFromEncryptedFile(LPCWSTR, PENCRYPTION_CERTIFICATE_HASH_LIST)
Definition: efs.c:196
struct _CERTIFICATE_BLOB EFS_CERTIFICATE_BLOB
BOOL WINAPI EncryptionDisable(LPCWSTR, BOOL)
Definition: efs.c:101
struct _EFS_HASH_BLOB * PEFS_HASH_BLOB
DWORD WINAPI QueryUsersOnEncryptedFile(LPCWSTR, PENCRYPTION_CERTIFICATE_HASH_LIST *)
Definition: efs.c:184
struct _ENCRYPTION_CERTIFICATE_LIST * PENCRYPTION_CERTIFICATE_LIST
struct _ENCRYPTION_CERTIFICATE * PENCRYPTION_CERTIFICATE
struct _ENCRYPTION_CERTIFICATE ENCRYPTION_CERTIFICATE
struct _CERTIFICATE_BLOB * PEFS_CERTIFICATE_BLOB
struct _ENCRYPTION_CERTIFICATE_HASH * PENCRYPTION_CERTIFICATE_HASH
DWORD WINAPI AddUsersToEncryptedFile(LPCWSTR, PENCRYPTION_CERTIFICATE_LIST)
Definition: efs.c:19
struct _ENCRYPTION_CERTIFICATE_HASH_LIST * PENCRYPTION_CERTIFICATE_HASH_LIST
DWORD WINAPI QueryRecoveryAgentsOnEncryptedFile(LPCWSTR, PENCRYPTION_CERTIFICATE_HASH_LIST *)
Definition: efs.c:172
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const CHAR * LPCTSTR
Definition: xmlstorage.h:193
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185