ReactOS 0.4.16-dev-2491-g3dc6630
node_provider_desc Struct Reference
Collaboration diagram for node_provider_desc:

Public Attributes

DWORD pid
 
HWND hwnd
 
const WCHARprov_type [MAX_NODE_PROVIDERS]
 
const WCHARprov_name [MAX_NODE_PROVIDERS]
 
BOOL parent_link [MAX_NODE_PROVIDERS]
 
struct node_provider_descnested_desc [MAX_NODE_PROVIDERS]
 
int prov_count
 

Detailed Description

Definition at line 9510 of file uiautomation.c.

Member Data Documentation

◆ hwnd

HWND node_provider_desc::hwnd

Definition at line 9512 of file uiautomation.c.

◆ nested_desc

struct node_provider_desc* node_provider_desc::nested_desc[MAX_NODE_PROVIDERS]

◆ parent_link

BOOL node_provider_desc::parent_link[MAX_NODE_PROVIDERS]

Definition at line 9516 of file uiautomation.c.

Referenced by add_nested_provider_desc(), and add_provider_desc().

◆ pid

DWORD node_provider_desc::pid

Definition at line 9511 of file uiautomation.c.

◆ prov_count

int node_provider_desc::prov_count

◆ prov_name

const WCHAR* node_provider_desc::prov_name[MAX_NODE_PROVIDERS]

Definition at line 9515 of file uiautomation.c.

Referenced by add_nested_provider_desc(), and add_provider_desc().

◆ prov_type

const WCHAR* node_provider_desc::prov_type[MAX_NODE_PROVIDERS]

Definition at line 9514 of file uiautomation.c.

Referenced by add_nested_provider_desc(), and add_provider_desc().


The documentation for this struct was generated from the following file: