windows.lmat

\ lmat.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************

Members

Aliases

PAT_ENUM, LPAT_ENUM
alias PAT_ENUM, LPAT_ENUM = AT_ENUM*
Undocumented in source.
PAT_INFO, LPAT_INFO
alias PAT_INFO, LPAT_INFO = AT_INFO*
Undocumented in source.

Functions

NetScheduleJobAdd
NET_API_STATUS NetScheduleJobAdd(LPWSTR , PBYTE , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NetScheduleJobDel
NET_API_STATUS NetScheduleJobDel(LPWSTR , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NetScheduleJobEnum
NET_API_STATUS NetScheduleJobEnum(LPWSTR , PBYTE* , DWORD , PDWORD , PDWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
NetScheduleJobGetInfo
NET_API_STATUS NetScheduleJobGetInfo(LPWSTR , DWORD , PBYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

AT_ENUM
struct AT_ENUM
Undocumented in source.
AT_INFO
struct AT_INFO
Undocumented in source.

Variables

JOB_ADD_CURRENT_DATE
auto JOB_ADD_CURRENT_DATE;
Undocumented in source.
JOB_EXEC_ERROR
auto JOB_EXEC_ERROR;
Undocumented in source.
JOB_INPUT_FLAGS
auto JOB_INPUT_FLAGS;
Undocumented in source.
JOB_NONINTERACTIVE
auto JOB_NONINTERACTIVE;
Undocumented in source.
JOB_OUTPUT_FLAGS
auto JOB_OUTPUT_FLAGS;
Undocumented in source.
JOB_RUNS_TODAY
auto JOB_RUNS_TODAY;
Undocumented in source.
JOB_RUN_PERIODICALLY
auto JOB_RUN_PERIODICALLY;
Undocumented in source.

Meta