Delegate UnsafeNative.GetCpuIdDelegate
After first call with 0, max level is returned in EAX Level = 0..EAX, Buffer = 16+ bytes
Namespace: PoeShared.Native
Assembly: PoeShared.Native.dll
Syntax
public delegate int UnsafeNative.GetCpuIdDelegate(uint level, byte[] buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | level | |
| byte[] | buffer |
Returns
| Type | Description |
|---|---|
| int |
Constructors
| Name | Description |
|---|---|
| GetCpuIdDelegate(object, nint) |
Methods
| Name | Description |
|---|---|
| BeginInvoke(uint, byte[], AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(uint, byte[]) |