2.2.2.10 WINSINTF_BROWSER_NAMES_T

The WINSINTF_BROWSER_NAMES_T structure defines an array of browser names. This structure is used by the RPC method R_WinsGetBrowserNames.

 typedef struct _WINSINTF_BROWSER_NAMES_T {
   DWORD EntriesRead;
   [unique, size_is(EntriesRead)] PWINSINTF_BROWSER_INFO_T pInfo;
 } WINSINTF_BROWSER_NAMES_T,
  *PWINSINTF_BROWSER_NAMES_T;

EntriesRead: The number of entries in the array that pInfo points to.

pInfo: A pointer to an array of browser names. EntriesRead contains the length of this array.