File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,6 @@ typedef struct _ICON_INFORMATION
1414 LONG uwp_icon_id ;
1515} ICON_INFORMATION , * PICON_INFORMATION ;
1616
17- // CryptCATAdminAcquireContext2 (win8+)
18- typedef BOOL (WINAPI * CCAAC2 )(
19- _Out_ PHANDLE hcat_admin ,
20- _In_opt_ LPCGUID pgSubsystem ,
21- _In_opt_ PCWSTR pwszHashAlgorithm ,
22- _In_opt_ PCCERT_STRONG_SIGN_PARA pStrongHashPolicy ,
23- _Reserved_ DWORD dwFlags
24- );
25-
26- // CryptCATAdminCalcHashFromFileHandle2 (win8+)
27- typedef BOOL (WINAPI * CCAHFFH2 )(
28- _In_ HCATADMIN hCatAdmin ,
29- _In_ HANDLE hFile ,
30- _Inout_ DWORD * pcbHash ,
31- _Out_writes_bytes_to_opt_ (* pcbHash , * pcbHash ) BYTE * pbHash ,
32- _Reserved_ DWORD dwFlags
33- );
34-
3517#define FMTADDR_AS_RULE 0x0001
3618#define FMTADDR_USE_PROTOCOL 0x0002
3719
You can’t perform that action at this time.
0 commit comments