T
ti
Hello all,
Does anyone have any idea that how to use
GetLogicalProcessorInformation, win32api, under using csharp?
http://msdn2.microsoft.com/en-us/library/ms683194.aspx
For me, one of the most difficult things is how to define
SYSTEM_LOGICAL_PROCESSOR_INFORMATION structures and how to cast it to
the win32api.
Using
StructLayout(LayoutKind.Explicit)
[FieldOffset(0)]...
I've been trying but it's very difficult for me.
Best Regards,
TI
Does anyone have any idea that how to use
GetLogicalProcessorInformation, win32api, under using csharp?
http://msdn2.microsoft.com/en-us/library/ms683194.aspx
For me, one of the most difficult things is how to define
SYSTEM_LOGICAL_PROCESSOR_INFORMATION structures and how to cast it to
the win32api.
Using
StructLayout(LayoutKind.Explicit)
[FieldOffset(0)]...
I've been trying but it's very difficult for me.
Best Regards,
TI