IsTokenRestricted method

int IsTokenRestricted(
  1. Pointer<Void> TokenHandle
)

Implementation

int IsTokenRestricted(
  ffi.Pointer<ffi.Void> TokenHandle,
) {
  return _IsTokenRestricted(
    TokenHandle,
  );
}