コード例 #1
0
 private static extern UInt32 Tbsi_Context_Create(
     ref TBS_CONTEXT_PARAMS pContextParams,
     out IntPtr phContext
     );
コード例 #2
0
ファイル: TbsDevice.cs プロジェクト: notfarfromorion/TSS.MSR
 Tbsi_Context_Create(
     ref TBS_CONTEXT_PARAMS ContextParams,
     ref UIntPtr Context
     );
コード例 #3
0
ファイル: Tpm.cs プロジェクト: ralish/QueryHardwareSecurity
 internal static extern TBS_RESULT Tbsi_Context_Create(TBS_CONTEXT_PARAMS pContextParams, out IntPtr phContext);