WNetGetUserW method

int WNetGetUserW(
  1. Pointer<Uint16> lpName,
  2. Pointer<Uint16> lpUserName,
  3. Pointer<Uint64> lpnLength
)

Implementation

int WNetGetUserW(
  ffi.Pointer<ffi.Uint16> lpName,
  ffi.Pointer<ffi.Uint16> lpUserName,
  ffi.Pointer<ffi.Uint64> lpnLength,
) {
  return _WNetGetUserW(
    lpName,
    lpUserName,
    lpnLength,
  );
}