Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The DRT_DATA structure contains a data blob. This structure is used by several DRT functions.
Syntax
typedef struct drt_data_tag {
ULONG cb;
BYTE *pb;
} DRT_DATA, *PDRT_DATA;
Members
cb
The number of bytes.
pb
Pointer to a byte array that contains the common data.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 Professional [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | drt.h |