コード例 #1
0
ファイル: Bindings.cs プロジェクト: dipsec/b00ks-d0c-1
 public static IObjectInfo QueryObjectInformation(IntPtr InHandle)
 {
     return(Root_Interface.QueryObjectInformation(InHandle));
 }