//+------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992-2006. // // File: propapi.h // // Contents: Structured storage properties APIs // //-------------------------------------------------------------------------- #ifndef _PROPAPI_H_ #define _PROPAPI_H_ #pragma once #ifdef __cplusplus extern "C" { #endif typedef VOID* NTPROP; #include EXTERN_C ULONG __stdcall StgPropertyLengthAsVariant( __in_bcount(cbProp) const SERIALIZEDPROPERTYVALUE* pProp, ULONG cbProp, USHORT CodePage, __reserved BYTE bReserved); #ifdef __cplusplus } #endif #endif // ifndef _PROPAPI_H_