M
Mike Scott
Hello All
I've tried to P/Invoke GetCurrentProcessID() without success - raises a
missing method exception:
[DllImport("coredll.dll")]
private static extern uint GetCurrentProcessID() ;
This has to be about as simple as it gets. Where is GetCurrentProcessID()
???!!!!
Cheers,
MikeS.
I've tried to P/Invoke GetCurrentProcessID() without success - raises a
missing method exception:
[DllImport("coredll.dll")]
private static extern uint GetCurrentProcessID() ;
This has to be about as simple as it gets. Where is GetCurrentProcessID()
???!!!!
Cheers,
MikeS.