Struct winapi::um::winnt::CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE [−][src]
#[repr(C)]pub struct CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE {
pub pValue: PVOID,
pub ValueLength: DWORD,
}
Fields
pValue: PVOID
ValueLength: DWORD
Trait Implementations
Returns the “default value” for a type. Read more