예제 #1
0
 public static unsafe void SysFreeString(IntPtr pBSTR)
 {
     Marshal.FreeBSTR(pBSTR);
 }