win32.lmat

Windows API header module

Translated from MinGW Windows headers

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.

Manifest constants

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

Structs

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

Meta

Source

See Source File
core/sys/windows/lmat.d Automatically imported and edited from the druntime module core.sys.windows.lmat for the auto-generated win32 package.