ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (netapi32) | |
handle_t __RPC_USER | ATSVC_HANDLE_bind (ATSVC_HANDLE pszSystemName) |
void __RPC_USER | ATSVC_HANDLE_unbind (ATSVC_HANDLE pszSystemName, handle_t hBinding) |
NET_API_STATUS WINAPI | NetScheduleJobAdd (LPCWSTR ServerName, LPBYTE Buffer, LPDWORD JobId) |
NET_API_STATUS WINAPI | NetScheduleJobDel (LPCWSTR ServerName, DWORD MinJobId, DWORD MaxJobId) |
NET_API_STATUS WINAPI | NetScheduleJobEnum (LPCWSTR ServerName, LPBYTE *PointerToBuffer, DWORD PreferredMaximumLength, LPDWORD EntriesRead, LPDWORD TotalEntries, LPDWORD ResumeHandle) |
NET_API_STATUS WINAPI | NetScheduleJobGetInfo (LPCWSTR ServerName, DWORD JobId, LPBYTE *PointerToBuffer) |
handle_t __RPC_USER ATSVC_HANDLE_bind | ( | ATSVC_HANDLE | pszSystemName | ) |
Definition at line 20 of file schedule.c.
void __RPC_USER ATSVC_HANDLE_unbind | ( | ATSVC_HANDLE | pszSystemName, |
handle_t | hBinding | ||
) |
Definition at line 59 of file schedule.c.
NET_API_STATUS WINAPI NetScheduleJobAdd | ( | LPCWSTR | ServerName, |
LPBYTE | Buffer, | ||
LPDWORD | JobId | ||
) |
Definition at line 76 of file schedule.c.
Referenced by AddJob().
NET_API_STATUS WINAPI NetScheduleJobDel | ( | LPCWSTR | ServerName, |
DWORD | MinJobId, | ||
DWORD | MaxJobId | ||
) |
Definition at line 104 of file schedule.c.
Referenced by DeleteJob().
NET_API_STATUS WINAPI NetScheduleJobEnum | ( | LPCWSTR | ServerName, |
LPBYTE * | PointerToBuffer, | ||
DWORD | PreferredMaximumLength, | ||
LPDWORD | EntriesRead, | ||
LPDWORD | TotalEntries, | ||
LPDWORD | ResumeHandle | ||
) |
Definition at line 132 of file schedule.c.
Referenced by PrintAllJobs().
NET_API_STATUS WINAPI NetScheduleJobGetInfo | ( | LPCWSTR | ServerName, |
DWORD | JobId, | ||
LPBYTE * | PointerToBuffer | ||
) |
Definition at line 174 of file schedule.c.
Referenced by PrintJobDetails().
WINE_DEFAULT_DEBUG_CHANNEL | ( | netapi32 | ) |