Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CryptDecodeObjectPointer() [2/3]

static unsafe bool Interop.crypt32.CryptDecodeObjectPointer ( CertEncodingType dwCertEncodingType,
CryptDecodeObjectStructType lpszStructType,
byte[] pbEncoded,
int cbEncoded,
CryptDecodeObjectFlags dwFlags,
void * pvStructInfo,
ref int pcbStructInfo )
inlinestatic

Definition at line 149 of file Interop.cs.

150 {
151 return CryptDecodeObjectPointer(dwCertEncodingType, (IntPtr)(int)lpszStructType, pbEncoded, cbEncoded, dwFlags, pvStructInfo, ref pcbStructInfo);
152 }
static unsafe bool CryptDecodeObjectPointer(CertEncodingType dwCertEncodingType, CryptDecodeObjectStructType lpszStructType, byte[] pbEncoded, int cbEncoded, CryptDecodeObjectFlags dwFlags, void *pvStructInfo, ref int pcbStructInfo)
Definition Interop.cs:149

References Interop.crypt32.CryptDecodeObjectPointer().

Referenced by Interop.crypt32.CryptDecodeObjectPointer().