WTSGetServiceSessionId method

int WTSGetServiceSessionId()

Implementation

int WTSGetServiceSessionId() {
  return (_WTSGetServiceSessionId ??= _dylib.lookupFunction<
      _c_WTSGetServiceSessionId,
      _dart_WTSGetServiceSessionId>('WTSGetServiceSessionId'))();
}