Struct km::string::ANSI_STRING
[−]
[src]
pub struct ANSI_STRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: *const u8,
}A counted string used for ANSI strings.
Fields
Length | The length in bytes of the string stored in |
MaximumLength | The length in bytes of |
Buffer | Pointer to a buffer used to contain a string of characters. |