GetUserObjectInformationW method
Implementation
int GetUserObjectInformationW(
ffi.Pointer<ffi.Void> hObj,
int nIndex,
ffi.Pointer<ffi.Void> pvInfo,
int nLength,
ffi.Pointer<ffi.Uint64> lpnLengthNeeded,
) {
return (_GetUserObjectInformationW ??= _dylib.lookupFunction<
_c_GetUserObjectInformationW,
_dart_GetUserObjectInformationW>('GetUserObjectInformationW'))(
hObj,
nIndex,
pvInfo,
nLength,
lpnLengthNeeded,
);
}