DRT_REGISTRATION structure (drt.h)
The DRT_REGISTRATION structure contains key and application data that make up a registration.
Syntax
typedef struct drt_registration_tag {
DRT_DATA key;
DRT_DATA appData;
} DRT_REGISTRATION, *PDRT_REGISTRATION;
Members
key
Contains the key portion of the registration.
appData
The application data associated with the key. The DRT_DATA structure containing this application data must point to a buffer less than 4KB in size.
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 |