Exemplo n.º 1
0
 static internal IntPtr Unwrap(CfxStructure structure)
 {
     if (structure == null)
     {
         return(IntPtr.Zero);
     }
     return(structure.NativePtr);
 }
Exemplo n.º 2
0
 internal static IntPtr Unwrap(CfxStructure structure)
 {
     if(structure == null)
         return IntPtr.Zero;
     return structure.NativePtr;
 }