예제 #1
0
파일: NetmonAPI.cs 프로젝트: hicdre/SFSDump
 public static extern UInt32 NmGetFrameTimeStampEx(IntPtr hFrame, ref NM_TIME pTime);
예제 #2
0
파일: NetmonAPI.cs 프로젝트: hicdre/SFSDump
 public static extern UInt32 NmBuildRawFrameFromBufferEx(IntPtr DataBuffer, UInt32 ulBufferLength, UInt32 ulMedia, ref NM_TIME pTime, out IntPtr phRawFrame);