Ejemplo n.º 1
0
 public static bool pl_md_create_frame_struct(ref IntPtr pFrame, IntPtr pSrcBuf, UInt32 srcBufSize)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_md_create_frame_struct(ref pFrame, pSrcBuf, srcBufSize));
     }
     else
     {
         return(Pvcam32.pl_md_create_frame_struct(ref pFrame, pSrcBuf, srcBufSize));
     }
 }