This is the overview for the Create constructor overload.
|
|
Name |
Description |
|
public declarations Create creates an instance of @ClassName which can be used to get a list of window station instances. | |
|
Not implemented. Do not use! type PLogonID = ^TLogonID; TLogonID = record LogonID : Cardinal; //assumed State : Cardinal; end; TWinStationEnumerateW = function( hServer : THandle; var pEntries : Cardinal; var pLogonId : TLogonID; var pByteCount : Cardinal; var pIndex : Cardinal ) : Cardinal; stdcall; TWinStationQueryInformationW = function (hServer : THandle; LogonID: ULONG; WinStaInfoClass : _WINSTATIONINFOCLASS; var WinStaInformation : _WINSTATIONINFORMATIONW; WinStationInfoLength : ULONG; out ReturnLength : ULONG) : Boolean; stdcall; var _WinStationEnumerateW : TWinStationEnumerateW; _WinStationQueryInformationW : TWinStationQueryInformationW; |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|