コード例 #1
0
ファイル: ClipboardApi.cs プロジェクト: fourgood/Shapeshifter
 static UIntPtr GetPointerDataLength(IntPtr dataPointer)
 {
     return(GeneralApi.GlobalSize(dataPointer));
 }