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

◆ BCryptSetIntProperty() [1/2]

static global.Interop.BCrypt.NTSTATUS Internal.NativeCrypto.Cng.Interop.BCryptSetIntProperty ( Microsoft::Win32::SafeHandles::SafeBCryptHandle hObject,
string pszProperty,
ref int pdwInput,
int dwFlags )
inlinestatic

Definition at line 28 of file Cng.cs.

29 {
30 return BCryptSetIntPropertyPrivate(hObject, pszProperty, ref pdwInput, 4, dwFlags);
31 }
static global::Interop.BCrypt.NTSTATUS BCryptSetIntPropertyPrivate(SafeBCryptHandle hObject, string pszProperty, ref int pdwInput, int cbInput, int dwFlags)

References Internal.NativeCrypto.Cng.Interop.BCryptSetIntPropertyPrivate().