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

msrsp

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

Index

type REG\_UNICODE\_STRING

REG_UNICODE_STRING is the counted Unicode string used by the InitShutdown and WindowsShutdown interfaces ([MS-RSP] section 2.2.2). It is byte-for-byte the [MS-DTYP] RPC_UNICODE_STRING (Length/MaximumLength are BYTE counts; Buffer is a unique pointer to a conformant-varying wchar array whose maximum_count is MaximumLength/2 and actual_count is Length/2), so it is modeled as an alias of the shared dtyp type rather than redefined — matching how MS-RRP models its identical RRP_UNICODE_STRING. Build with msdtyp.NewUnicodeString; read with .String().

type REG_UNICODE_STRING = msdtyp.RPC_UNICODE_STRING