5 references to LPTR
System (5)
security\system\security\cryptography\x509\x500Name.cs (1)
94
using (SafeLocalAllocHandle pwszDecodeName = CAPI.LocalAlloc(CAPI.
LPTR
, new IntPtr(2 * cchDecoded))) {
security\system\security\cryptography\x509\x509certificate2.cs (2)
617
ptr = CAPI.LocalAlloc(CAPI.
LPTR
, new IntPtr(Marshal.SizeOf(typeof(CAPI.CRYPTOAPI_BLOB))));
1401
ptr = CAPI.LocalAlloc(CAPI.
LPTR
, new IntPtr(Marshal.SizeOf(typeof(CAPI.CRYPT_KEY_PROV_INFO))));
security\system\security\cryptography\x509\x509extension.cs (1)
489
publicKeyInfo = CAPI.LocalAlloc(CAPI.
LPTR
, new IntPtr(cbPublicKeyInfo));
security\system\security\cryptography\x509\x509utils.cs (1)
507
safeLocalAllocHandle = CAPI.LocalAlloc(CAPI.
LPTR
, new IntPtr((uint)ptrSize + (uint)oidSize));