ResourcePair structure

Represents a shared resource which is encoded as a COM string.

Syntax


typedef struct ResourcePair {
  UINT id;
  BSTR value;
} ResourcePair;

Members

id

An ID that identifies the resource. For more information, see the Resource_Id enum.

value

A COM string contianing the value of the shared resource.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: