[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 2775
type IADsPrintJob = interface(IADs) |
function Get_HostPrintQueue; |
function Get_User; |
function Get_UserPath; |
function Get_TimeSubmitted; |
function Get_TotalPages; |
function Get_Size; |
function Get_Description; |
procedure Set_Description(); |
function Get_Priority; |
procedure Set_Priority(); |
function Get_StartTime; |
procedure Set_StartTime(); |
function Get_UntilTime; |
procedure Set_UntilTime(); |
function Get_Notify; |
procedure Set_Notify(); |
function Get_NotifyPath; |
procedure Set_NotifyPath(); |
property HostPrintQueue: WideString; [r] |
property User: WideString; [r] |
property UserPath: WideString; [r] |
property TimeSubmitted: TDateTime; [r] |
property TotalPages: Integer; [r] |
property Size: Integer; [r] |
property Description: WideString; [rw] |
property Priority: Integer; [rw] |
property StartTime: TDateTime; [rw] |
property UntilTime: TDateTime; [rw] |
property Notify: WideString; [rw] |
property NotifyPath: WideString; [rw] |
end; |
| |
| |
IInterface |