blob: 802bd182f72114cea831a37ef13779f5d278d5d1 [file] [log] [blame]
// Copyright © 2016, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
use super::*;
STRUCT!{struct PROPVARIANT {
vt: VARTYPE,
wReserved1: WORD,
wReserved2: WORD,
wReserved3: WORD,
data: [u8; 16],
}}