Dark Crystal
Member
- Joined
- Oct 1, 2003
- Messages
- 10
hi every 1 ;
how can i deal with "kernel" functions or any lib in C# ?
e.g. in vb
how can rewrite it in C#?
thanx :-\
DC
how can i deal with "kernel" functions or any lib in C# ?
e.g. in vb
Code:
Private Declare Function QueryPerformanceFrequency Lib "kernel32" (ByRef PerformanceFrequency As Long) As Boolean
how can rewrite it in C#?
thanx :-\
DC