ICLRStrongNameGetHashFromHandle Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid GetHashFromHandle(
IntPtr hFile,
out int piHashAlg,
byte[] pbHash,
int cchHash,
out int pchHash
)
Sub GetHashFromHandle (
hFile As IntPtr,
<OutAttribute> ByRef piHashAlg As Integer,
<OutAttribute> pbHash As Byte(),
cchHash As Integer,
<OutAttribute> ByRef pchHash As Integer
)
void GetHashFromHandle(
[InAttribute] IntPtr hFile,
[InAttribute] [OutAttribute] int% piHashAlg,
[OutAttribute] array<unsigned char>^ pbHash,
[InAttribute] int cchHash,
[OutAttribute] int% pchHash
)
abstract GetHashFromHandle :
hFile : IntPtr *
piHashAlg : int byref *
pbHash : byte[] byref *
cchHash : int *
pchHash : int byref -> unit
Parameters
- hFile IntPtr
-
- piHashAlg Int32
-
- pbHash Byte
-
- cchHash Int32
-
- pchHash Int32
-
See Also