3.2 WFS_INF_VDM_CAPABILITIES

Description This command is used to retrieve the capabilities of the VDM Service

Input Param None.

Output Param LPWFSVDMCAPS lpCaps;

typedef struct _wfs_vdm_caps
{
WORD wClass;
LPSTR lpszExtra;
} WFSVDMCAPS, * LPWFSVDMCAPS;
wClass
Specifies the logical service class, value is:
WFS_SERVICE_CLASS_VDM

lpszExtra
Specifies a list of vendor-specific, or any other extended, information. The information is returned as a series of "key=value" strings so that it is easily extendable by service providers. Each string will be null-terminated, with the final string terminating with two null characters.

Error Codes There are no additional error codes generated by this command.

Comments Applications which require or expect specific information to be present in the lpszExtra parameter may not be device or vendor-independent.