Example #1
0
 private static extern unsafe MMRESULT timeGetDevCaps(TIMECAPS *ptc, uint cbtc);
Example #2
0
 public static extern uint timeGetDevCaps([NativeTypeName("LPTIMECAPS")] TIMECAPS *ptc, uint cbtc);