/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Library/SDK/Include/propapi.h
40 строк
801 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
//+------------------------------------------------------------------------- // // 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 <propidl.h> EXTERN_C __success(TRUE) /* Raises status on failure */ ULONG __stdcall StgPropertyLengthAsVariant( __in_bcount(cbProp) const SERIALIZEDPROPERTYVALUE* pProp, __in ULONG cbProp, __in USHORT CodePage, __in __reserved BYTE bReserved); #ifdef __cplusplus } #endif #endif // ifndef _PROPAPI_H_