_PUBLIC_ void ndr_print_rot_add(struct ndr_print *ndr, const char *name, int flags, const struct rot_add *r) { ndr_print_struct(ndr, name, "rot_add"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "rot_add"); ndr->depth++; ndr_print_uint32(ndr, "flags", r->in.flags); ndr_print_ptr(ndr, "unk", r->in.unk); ndr->depth++; ndr_print_MInterfacePointer(ndr, "unk", r->in.unk); ndr->depth--; ndr_print_ptr(ndr, "moniker", r->in.moniker); ndr->depth++; ndr_print_MInterfacePointer(ndr, "moniker", r->in.moniker); ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "rot_add"); ndr->depth++; ndr_print_ptr(ndr, "rotid", r->out.rotid); ndr->depth++; ndr_print_uint32(ndr, "rotid", *r->out.rotid); ndr->depth--; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_rot_enum(struct ndr_print *ndr, const char *name, int flags, const struct rot_enum *r) { ndr_print_struct(ndr, name, "rot_enum"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "rot_enum"); ndr->depth++; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "rot_enum"); ndr->depth++; ndr_print_ptr(ndr, "EnumMoniker", r->out.EnumMoniker); ndr->depth++; ndr_print_MInterfacePointer(ndr, "EnumMoniker", r->out.EnumMoniker); ndr->depth--; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_dssetup_DsRolePrimaryDomInfoBasic(struct ndr_print *ndr, const char *name, const struct dssetup_DsRolePrimaryDomInfoBasic *r) { ndr_print_struct(ndr, name, "dssetup_DsRolePrimaryDomInfoBasic"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_dssetup_DsRole(ndr, "role", r->role); ndr_print_dssetup_DsRoleFlags(ndr, "flags", r->flags); ndr_print_ptr(ndr, "domain", r->domain); ndr->depth++; if (r->domain) { ndr_print_string(ndr, "domain", r->domain); } ndr->depth--; ndr_print_ptr(ndr, "dns_domain", r->dns_domain); ndr->depth++; if (r->dns_domain) { ndr_print_string(ndr, "dns_domain", r->dns_domain); } ndr->depth--; ndr_print_ptr(ndr, "forest", r->forest); ndr->depth++; if (r->forest) { ndr_print_string(ndr, "forest", r->forest); } ndr->depth--; ndr_print_GUID(ndr, "domain_guid", &r->domain_guid); ndr->depth--; }
_PUBLIC_ void ndr_print_rot_get_modification_time(struct ndr_print *ndr, const char *name, int flags, const struct rot_get_modification_time *r) { ndr_print_struct(ndr, name, "rot_get_modification_time"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "rot_get_modification_time"); ndr->depth++; ndr_print_ptr(ndr, "moniker", r->in.moniker); ndr->depth++; ndr_print_MInterfacePointer(ndr, "moniker", r->in.moniker); ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "rot_get_modification_time"); ndr->depth++; ndr_print_ptr(ndr, "t", r->out.t); ndr->depth++; ndr_print_NTTIME(ndr, "t", *r->out.t); ndr->depth--; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_frsapi_GetDsPollingIntervalW(struct ndr_print *ndr, const char *name, int flags, const struct frsapi_GetDsPollingIntervalW *r) { ndr_print_struct(ndr, name, "frsapi_GetDsPollingIntervalW"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "frsapi_GetDsPollingIntervalW"); ndr->depth++; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "frsapi_GetDsPollingIntervalW"); ndr->depth++; ndr_print_ptr(ndr, "CurrentInterval", r->out.CurrentInterval); ndr->depth++; ndr_print_uint32(ndr, "CurrentInterval", *r->out.CurrentInterval); ndr->depth--; ndr_print_ptr(ndr, "DsPollingLongInterval", r->out.DsPollingLongInterval); ndr->depth++; ndr_print_uint32(ndr, "DsPollingLongInterval", *r->out.DsPollingLongInterval); ndr->depth--; ndr_print_ptr(ndr, "DsPollingShortInterval", r->out.DsPollingShortInterval); ndr->depth++; ndr_print_uint32(ndr, "DsPollingShortInterval", *r->out.DsPollingShortInterval); ndr->depth--; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_pcap_printer(struct ndr_print *ndr, const char *name, const struct pcap_printer *r) { ndr_print_struct(ndr, name, "pcap_printer"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_ptr(ndr, "name", r->name); ndr->depth++; if (r->name) { ndr_print_string(ndr, "name", r->name); } ndr->depth--; ndr_print_ptr(ndr, "info", r->info); ndr->depth++; if (r->info) { ndr_print_string(ndr, "info", r->info); } ndr->depth--; ndr_print_ptr(ndr, "location", r->location); ndr->depth++; if (r->location) { ndr_print_string(ndr, "location", r->location); } ndr->depth--; ndr->depth--; }
_PUBLIC_ void ndr_print_frsapi_InfoW(struct ndr_print *ndr, const char *name, int flags, const struct frsapi_InfoW *r) { ndr_print_struct(ndr, name, "frsapi_InfoW"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "frsapi_InfoW"); ndr->depth++; ndr_print_uint32(ndr, "length", r->in.length); ndr_print_ptr(ndr, "info", r->in.info); ndr->depth++; if (r->in.info) { ndr_print_frsapi_Info(ndr, "info", r->in.info); } ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "frsapi_InfoW"); ndr->depth++; ndr_print_ptr(ndr, "info", r->out.info); ndr->depth++; if (r->out.info) { ndr_print_frsapi_Info(ndr, "info", r->out.info); } ndr->depth--; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_dssetup_DsRoleGetPrimaryDomainInformation(struct ndr_print *ndr, const char *name, int flags, const struct dssetup_DsRoleGetPrimaryDomainInformation *r) { ndr_print_struct(ndr, name, "dssetup_DsRoleGetPrimaryDomainInformation"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "dssetup_DsRoleGetPrimaryDomainInformation"); ndr->depth++; ndr_print_dssetup_DsRoleInfoLevel(ndr, "level", r->in.level); ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "dssetup_DsRoleGetPrimaryDomainInformation"); ndr->depth++; ndr_print_ptr(ndr, "info", r->out.info); ndr->depth++; if (r->out.info) { ndr_print_set_switch_value(ndr, r->out.info, r->in.level); ndr_print_dssetup_DsRoleInfo(ndr, "info", r->out.info); } ndr->depth--; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_initshutdown_Abort(struct ndr_print *ndr, const char *name, int flags, const struct initshutdown_Abort *r) { ndr_print_struct(ndr, name, "initshutdown_Abort"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "initshutdown_Abort"); ndr->depth++; ndr_print_ptr(ndr, "server", r->in.server); ndr->depth++; if (r->in.server) { ndr_print_uint16(ndr, "server", *r->in.server); } ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "initshutdown_Abort"); ndr->depth++; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_dssetup_DsRoleOpStatus(struct ndr_print *ndr, const char *name, const struct dssetup_DsRoleOpStatus *r) { ndr_print_struct(ndr, name, "dssetup_DsRoleOpStatus"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_dssetup_DsRoleOp(ndr, "status", r->status); ndr->depth--; }
_PUBLIC_ void ndr_print_dnsp_mx(struct ndr_print *ndr, const char *name, const struct dnsp_mx *r) { ndr_print_struct(ndr, name, "dnsp_mx"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint16(ndr, "wPriority", r->wPriority); ndr_print_dnsp_name(ndr, "nameTarget", r->nameTarget); ndr->depth--; }
_PUBLIC_ void ndr_print_PERF_COUNTER_BLOCK(struct ndr_print *ndr, const char *name, const struct PERF_COUNTER_BLOCK *r) { ndr_print_struct(ndr, name, "PERF_COUNTER_BLOCK"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "ByteLength", r->ByteLength); ndr_print_array_uint8(ndr, "data", r->data, r->ByteLength); ndr->depth--; }
_PUBLIC_ void ndr_print_dnsp_hinfo(struct ndr_print *ndr, const char *name, const struct dnsp_hinfo *r) { ndr_print_struct(ndr, name, "dnsp_hinfo"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_dnsp_string(ndr, "cpu", r->cpu); ndr_print_dnsp_string(ndr, "os", r->os); ndr->depth--; }
_PUBLIC_ void ndr_print_dssetup_DsRoleUpgradeStatus(struct ndr_print *ndr, const char *name, const struct dssetup_DsRoleUpgradeStatus *r) { ndr_print_struct(ndr, name, "dssetup_DsRoleUpgradeStatus"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_dssetup_DsUpgrade(ndr, "upgrading", r->upgrading); ndr_print_dssetup_DsPrevious(ndr, "previous_role", r->previous_role); ndr->depth--; }
_PUBLIC_ void ndr_print_notify_event(struct ndr_print *ndr, const char *name, const struct notify_event *r) { ndr_print_struct(ndr, name, "notify_event"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "action", r->action); ndr_print_string(ndr, "path", r->path); ndr_print_pointer(ndr, "private_data", r->private_data); ndr->depth--; }
_PUBLIC_ void ndr_print_dnsp_soa(struct ndr_print *ndr, const char *name, const struct dnsp_soa *r) { ndr_print_struct(ndr, name, "dnsp_soa"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "serial", r->serial); ndr_print_uint32(ndr, "refresh", r->refresh); ndr_print_uint32(ndr, "retry", r->retry); ndr_print_uint32(ndr, "expire", r->expire); ndr_print_uint32(ndr, "minimum", r->minimum); ndr_print_dnsp_name(ndr, "mname", r->mname); ndr_print_dnsp_name(ndr, "rname", r->rname); ndr->depth--; }
_PUBLIC_ void ndr_print_notify_entry(struct ndr_print *ndr, const char *name, const struct notify_entry *r) { ndr_print_struct(ndr, name, "notify_entry"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_server_id(ndr, "server", &r->server); ndr_print_uint32(ndr, "filter", r->filter); ndr_print_uint32(ndr, "subdir_filter", r->subdir_filter); ndr_print_uint32(ndr, "dir_fd", r->dir_fd); ndr_print_file_id(ndr, "dir_id", &r->dir_id); ndr_print_string(ndr, "path", r->path); ndr_print_uint32(ndr, "path_len", r->path_len); ndr_print_pointer(ndr, "private_data", r->private_data); ndr->depth--; }
_PUBLIC_ void ndr_print_notify_array(struct ndr_print *ndr, const char *name, const struct notify_array *r) { uint32_t cntr_depth_0; ndr_print_struct(ndr, name, "notify_array"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "num_depths", r->num_depths); ndr->print(ndr, "%s: ARRAY(%d)", "depth", (int)r->num_depths); ndr->depth++; for (cntr_depth_0=0;cntr_depth_0<r->num_depths;cntr_depth_0++) { ndr_print_notify_depth(ndr, "depth", &r->depth[cntr_depth_0]); } ndr->depth--; ndr->depth--; }
_PUBLIC_ void ndr_print_SYSTEMTIME(struct ndr_print *ndr, const char *name, const struct SYSTEMTIME *r) { ndr_print_struct(ndr, name, "SYSTEMTIME"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint16(ndr, "year", r->year); ndr_print_uint16(ndr, "month", r->month); ndr_print_uint16(ndr, "dayofweek", r->dayofweek); ndr_print_uint16(ndr, "day", r->day); ndr_print_uint16(ndr, "hour", r->hour); ndr_print_uint16(ndr, "minute", r->minute); ndr_print_uint16(ndr, "second", r->second); ndr_print_uint16(ndr, "milliseconds", r->milliseconds); ndr->depth--; }
_PUBLIC_ void ndr_print_FILE_NOTIFY_INFORMATION(struct ndr_print *ndr, const char *name, const struct FILE_NOTIFY_INFORMATION *r) { ndr_print_struct(ndr, name, "FILE_NOTIFY_INFORMATION"); if (r == NULL) { ndr_print_null(ndr); return; } { uint32_t _flags_save_STRUCT = ndr->flags; ndr_set_flags(&ndr->flags, LIBNDR_FLAG_ALIGN4); ndr->depth++; ndr_print_uint32(ndr, "NextEntryOffset", r->NextEntryOffset); ndr_print_FILE_NOTIFY_ACTION(ndr, "Action", r->Action); ndr_print_uint32(ndr, "FileNameLength", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?strlen_m(r->FileName1) * 2:r->FileNameLength); ndr_print_string(ndr, "FileName1", r->FileName1); ndr->depth--; ndr->flags = _flags_save_STRUCT; } }
_PUBLIC_ void ndr_print_PERF_COUNTER_DEFINITION(struct ndr_print *ndr, const char *name, const struct PERF_COUNTER_DEFINITION *r) { ndr_print_struct(ndr, name, "PERF_COUNTER_DEFINITION"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "ByteLength", r->ByteLength); ndr_print_uint32(ndr, "CounterNameTitleIndex", r->CounterNameTitleIndex); ndr_print_uint32(ndr, "CounterNameTitlePointer", r->CounterNameTitlePointer); ndr_print_uint32(ndr, "CounterHelpTitleIndex", r->CounterHelpTitleIndex); ndr_print_uint32(ndr, "CounterHelpTitlePointer", r->CounterHelpTitlePointer); ndr_print_uint32(ndr, "DefaultScale", r->DefaultScale); ndr_print_uint32(ndr, "DetailLevel", r->DetailLevel); ndr_print_uint32(ndr, "CounterType", r->CounterType); ndr_print_uint32(ndr, "CounterSize", r->CounterSize); ndr_print_uint32(ndr, "CounterOffset", r->CounterOffset); ndr->depth--; }
_PUBLIC_ void ndr_print_frsapi_Info(struct ndr_print *ndr, const char *name, const struct frsapi_Info *r) { ndr_print_struct(ndr, name, "frsapi_Info"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "length", r->length); ndr_print_GUID(ndr, "guid", &r->guid); ndr_print_uint32(ndr, "length2", r->length2); ndr_print_uint32(ndr, "unknown1", r->unknown1); ndr_print_frsapi_InfoEnum(ndr, "level", r->level); ndr_print_uint32(ndr, "query_counter", r->query_counter); ndr_print_uint32(ndr, "unknown2", r->unknown2); ndr_print_uint32(ndr, "offset", r->offset); ndr_print_uint32(ndr, "blob_len", r->blob_len); ndr_print_DATA_BLOB(ndr, "blob", r->blob); ndr->depth--; }
_PUBLIC_ void ndr_print_notify_depth(struct ndr_print *ndr, const char *name, const struct notify_depth *r) { uint32_t cntr_entries_0; ndr_print_struct(ndr, name, "notify_depth"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "max_mask", r->max_mask); ndr_print_uint32(ndr, "max_mask_subdir", r->max_mask_subdir); ndr_print_uint32(ndr, "num_entries", r->num_entries); ndr->print(ndr, "%s: ARRAY(%d)", "entries", (int)r->num_entries); ndr->depth++; for (cntr_entries_0=0;cntr_entries_0<r->num_entries;cntr_entries_0++) { ndr_print_notify_entry(ndr, "entries", &r->entries[cntr_entries_0]); } ndr->depth--; ndr->depth--; }
_PUBLIC_ void ndr_print_frsapi_ForceReplication(struct ndr_print *ndr, const char *name, int flags, const struct frsapi_ForceReplication *r) { ndr_print_struct(ndr, name, "frsapi_ForceReplication"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "frsapi_ForceReplication"); ndr->depth++; ndr_print_ptr(ndr, "replica_set_guid", r->in.replica_set_guid); ndr->depth++; if (r->in.replica_set_guid) { ndr_print_GUID(ndr, "replica_set_guid", r->in.replica_set_guid); } ndr->depth--; ndr_print_ptr(ndr, "connection_guid", r->in.connection_guid); ndr->depth++; if (r->in.connection_guid) { ndr_print_GUID(ndr, "connection_guid", r->in.connection_guid); } ndr->depth--; ndr_print_ptr(ndr, "replica_set_name", r->in.replica_set_name); ndr->depth++; if (r->in.replica_set_name) { ndr_print_string(ndr, "replica_set_name", r->in.replica_set_name); } ndr->depth--; ndr_print_ptr(ndr, "partner_dns_name", r->in.partner_dns_name); ndr->depth++; if (r->in.partner_dns_name) { ndr_print_string(ndr, "partner_dns_name", r->in.partner_dns_name); } ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "frsapi_ForceReplication"); ndr->depth++; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_dnsp_DnssrvRpcRecord(struct ndr_print *ndr, const char *name, const struct dnsp_DnssrvRpcRecord *r) { ndr_print_struct(ndr, name, "dnsp_DnssrvRpcRecord"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint16(ndr, "wDataLength", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?ndr_size_dnsRecordData(&r->data, r->wType, ndr->flags):r->wDataLength); ndr_print_dns_record_type(ndr, "wType", r->wType); ndr_print_uint8(ndr, "version", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?5:r->version); ndr_print_dns_record_rank(ndr, "rank", r->rank); ndr_print_uint16(ndr, "flags", r->flags); ndr_print_uint32(ndr, "dwSerial", r->dwSerial); ndr_print_uint32(ndr, "dwTtlSeconds", r->dwTtlSeconds); ndr_print_uint32(ndr, "dwReserved", r->dwReserved); ndr_print_uint32(ndr, "dwTimeStamp", r->dwTimeStamp); ndr_print_set_switch_value(ndr, &r->data, r->wType); ndr_print_dnsRecordData(ndr, "data", &r->data); ndr->depth--; }
_PUBLIC_ void ndr_print_frsapi_IsPathReplicated(struct ndr_print *ndr, const char *name, int flags, const struct frsapi_IsPathReplicated *r) { ndr_print_struct(ndr, name, "frsapi_IsPathReplicated"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "frsapi_IsPathReplicated"); ndr->depth++; ndr_print_ptr(ndr, "path", r->in.path); ndr->depth++; if (r->in.path) { ndr_print_string(ndr, "path", r->in.path); } ndr->depth--; ndr_print_frsapi_ReplicaSetType(ndr, "replica_set_type", r->in.replica_set_type); ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "frsapi_IsPathReplicated"); ndr->depth++; ndr_print_ptr(ndr, "replicated", r->out.replicated); ndr->depth++; ndr_print_uint32(ndr, "replicated", *r->out.replicated); ndr->depth--; ndr_print_ptr(ndr, "primary", r->out.primary); ndr->depth++; ndr_print_uint32(ndr, "primary", *r->out.primary); ndr->depth--; ndr_print_ptr(ndr, "root", r->out.root); ndr->depth++; ndr_print_uint32(ndr, "root", *r->out.root); ndr->depth--; ndr_print_ptr(ndr, "replica_set_guid", r->out.replica_set_guid); ndr->depth++; ndr_print_GUID(ndr, "replica_set_guid", r->out.replica_set_guid); ndr->depth--; ndr_print_WERROR(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_pcap_data(struct ndr_print *ndr, const char *name, const struct pcap_data *r) { uint32_t cntr_printers_0; ndr_print_struct(ndr, name, "pcap_data"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_NTSTATUS(ndr, "status", r->status); ndr_print_uint32(ndr, "count", r->count); ndr->print(ndr, "%s: ARRAY(%d)", "printers", (int)r->count); ndr->depth++; for (cntr_printers_0=0; cntr_printers_0<r->count; cntr_printers_0++) { ndr_print_pcap_printer(ndr, "printers", &r->printers[cntr_printers_0]); } ndr->depth--; ndr->depth--; }
_PUBLIC_ void ndr_print_dnsserver_foo(struct ndr_print *ndr, const char *name, int flags, const struct dnsserver_foo *r) { ndr_print_struct(ndr, name, "dnsserver_foo"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "dnsserver_foo"); ndr->depth++; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "dnsserver_foo"); ndr->depth++; ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_FRSAPI_VERIFY_PROMOTION_W(struct ndr_print *ndr, const char *name, int flags, const struct FRSAPI_VERIFY_PROMOTION_W *r) { ndr_print_struct(ndr, name, "FRSAPI_VERIFY_PROMOTION_W"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "FRSAPI_VERIFY_PROMOTION_W"); ndr->depth++; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "FRSAPI_VERIFY_PROMOTION_W"); ndr->depth++; ndr->depth--; } ndr->depth--; }
_PUBLIC_ void ndr_print_PERF_INSTANCE_DEFINITION(struct ndr_print *ndr, const char *name, const struct PERF_INSTANCE_DEFINITION *r) { ndr_print_struct(ndr, name, "PERF_INSTANCE_DEFINITION"); if (r == NULL) { ndr_print_null(ndr); return; } ndr->depth++; ndr_print_uint32(ndr, "ByteLength", r->ByteLength); ndr_print_uint32(ndr, "ParentObjectTitleIndex", r->ParentObjectTitleIndex); ndr_print_uint32(ndr, "ParentObjectTitlePointer", r->ParentObjectTitlePointer); ndr_print_uint32(ndr, "UniqueID", r->UniqueID); ndr_print_uint32(ndr, "NameOffset", r->NameOffset); ndr_print_uint32(ndr, "NameLength", r->NameLength); ndr_print_ptr(ndr, "data", r->data); ndr->depth++; if (r->data) { ndr_print_uint8(ndr, "data", *r->data); } ndr->depth--; ndr_print_PERF_COUNTER_BLOCK(ndr, "counter_data", &r->counter_data); ndr->depth--; }