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