2.2.2.9 WINSINTF_BROWSER_INFO_T

The WINSINTF_BROWSER_INFO_T structure defines information about browser names. It is used by the structure WINSINTF_BROWSER_NAMES_T.

 typedef struct _WINSINTF_BROWSER_INFO_T {
   DWORD dwNameLen;
   [string] LPBYTE pName;
 } WINSINTF_BROWSER_INFO_T,
  *PWINSINTF_BROWSER_INFO_T;

dwNameLen: The length of the name that pName points to, in bytes. The length includes the terminating NULL character.

pName: A pointer to a NULL-terminated string that contains the browser name.