Generated from Manticore v1.1.6 • 388 packages. View on pkg.go.dev

mstsch

import "github.com/TheManticoreProject/Manticore/windows/protocols/ms-tsch"

Index

type AT\_ENUM

AT_ENUM ([MS-TSCH]). Generated by tools/idlgen; verify pointer/array tags.

type AT_ENUM struct {
    JobId       ndr.DWORD
    JobTime     ndr.DWORD
    DaysOfMonth ndr.DWORD
    DaysOfWeek  uint8
    Flags       uint8
    Command     *ndr.WSTR `ndr:"unique"`
}

type AT\_ENUM\_CONTAINER

AT_ENUM_CONTAINER ([MS-TSCH]). Generated by tools/idlgen; verify pointer/array tags.

type AT_ENUM_CONTAINER struct {
    EntriesRead ndr.DWORD
    Buffer      []AT_ENUM `ndr:"unique,size_is=EntriesRead"`
}

type AT\_INFO

AT_INFO ([MS-TSCH]). Generated by tools/idlgen; verify pointer/array tags.

type AT_INFO struct {
    JobTime     ndr.DWORD
    DaysOfMonth ndr.DWORD
    DaysOfWeek  uint8
    Flags       uint8
    Command     *ndr.WSTR `ndr:"unique"`
}

type CredFlag

CredFlag enumerates the valid values for the Flags field of TASK_USER_CRED ([MS-TSCH] 2.3.9). It is not transmitted on its own; its value populates the 32-bit TASK_USER_CRED.Flags field, so it is defined as a uint32 to match that field’s width.

type CredFlag uint32
const (
    // CredFlagDefault indicates the credentials are stored using the default mechanism.
    CredFlagDefault CredFlag = 0x00000001
)

type TASK\_USER\_CRED

TASK_USER_CRED ([MS-TSCH]). Generated by tools/idlgen; verify pointer/array tags.

type TASK_USER_CRED struct {
    UserId   *ndr.WSTR `ndr:"unique"`
    Password *ndr.WSTR `ndr:"unique"`
    Flags    ndr.DWORD
}

type TASK\_XML\_ERROR\_INFO

TASK_XML_ERROR_INFO ([MS-TSCH]). Generated by tools/idlgen; verify pointer/array tags.

type TASK_XML_ERROR_INFO struct {
    Line   ndr.DWORD
    Column ndr.DWORD
    Node   *ndr.WSTR `ndr:"unique"`
    Value  *ndr.WSTR `ndr:"unique"`
}