ImpersonateSelf method
Implementation
int ImpersonateSelf(
int ImpersonationLevel,
) {
return (_ImpersonateSelf ??=
_dylib.lookupFunction<_c_ImpersonateSelf, _dart_ImpersonateSelf>(
'ImpersonateSelf'))(
ImpersonationLevel,
);
}