NetApiBufferFree
[DllImport("netapi32.dll", SetLastError = true)]
public static extern uint NetApiBufferFree(
IntPtr Buffer
);
Microsoft documentation: Link
Last updated
[DllImport("netapi32.dll", SetLastError = true)]
public static extern uint NetApiBufferFree(
IntPtr Buffer
);
Microsoft documentation: Link
Last updated