IPC_NAME_VALUE structure
Describes application specific data that is stored as part of the license. The data is stored as name-value pairs.
Syntax
typedef struct _IPC_NAME_VALUE {
LPCWSTR wszName;
DWORD lcid;
LPCWSTR wszValue;
} IPC_NAME_VALUE, *PIPC_NAME_VALUE;typedef const IPC_NAME_VALUE *PCIPC_NAME_VALUE;
Members
-
wszName
-
The property name of the name-value pair.
-
lcid
-
The locale ID for the value.
This member, lcid, must be set to the locale ID that goes with the value, wszValue. For more information about platform behavior regarding locale ID, see the Frequently asked questions section of the Release notes topic.
-
wszValue
-
The property value to associate with the content or license.
Requirements
Minimum supported client |
Windows Vista with SP2 |
Minimum supported server |
Windows Server 2008 |
Header |
|