FaceRectInfoBlobHeader 構造体 (mfapi.h)
FaceRectInfoBlobHeader 構造体は、MF_CAPTURE_METADATA_FACEROIS属性の BLOB 形式のサイズと数の情報を記述します。
typedef struct tagFaceRectInfoBlobHeader {
ULONG Size;
ULONG Count;
} FaceRectInfoBlobHeader;
Size
このヘッダーのサイズ + 次のすべての FaceRectInfo 構造体。
Count
BLOB 内の FaceRectInfo 構造体の数。
要件 | 値 |
---|---|
Header | mfapi.h |