ReactOS 0.4.16-dev-41-ge8c7597
|
#include "setupapi_private.h"
Go to the source code of this file.
Classes | |
struct | _TABLE_SLOT |
struct | _STRING_TABLE |
Macros | |
#define | TABLE_DEFAULT_SIZE 256 |
Typedefs | |
typedef struct _TABLE_SLOT | TABLE_SLOT |
typedef struct _TABLE_SLOT * | PTABLE_SLOT |
typedef struct _STRING_TABLE | STRING_TABLE |
typedef struct _STRING_TABLE * | PSTRING_TABLE |
#define TABLE_DEFAULT_SIZE 256 |
Definition at line 23 of file stringtable.c.
typedef struct _STRING_TABLE * PSTRING_TABLE |
typedef struct _TABLE_SLOT * PTABLE_SLOT |
typedef struct _STRING_TABLE STRING_TABLE |
typedef struct _TABLE_SLOT TABLE_SLOT |
DWORD WINAPI pSetupStringTableAddString | ( | HSTRING_TABLE | hStringTable, |
LPWSTR | lpString, | ||
DWORD | dwFlags | ||
) |
Definition at line 196 of file stringtable.c.
Referenced by CM_Connect_MachineW(), CM_Create_DevNode_ExW(), CM_Get_Child_Ex(), CM_Get_Parent_Ex(), CM_Get_Sibling_Ex(), CM_Locate_DevNode_ExW(), PnpGetLocalHandles(), and pSetupStringTableAddString().
DWORD WINAPI pSetupStringTableAddStringEx | ( | HSTRING_TABLE | hStringTable, |
LPWSTR | lpString, | ||
DWORD | dwFlags, | ||
LPVOID | lpExtraData, | ||
DWORD | dwExtraDataSize | ||
) |
Definition at line 303 of file stringtable.c.
VOID WINAPI pSetupStringTableDestroy | ( | HSTRING_TABLE | hStringTable | ) |
Definition at line 145 of file stringtable.c.
Referenced by CM_Connect_MachineW(), CM_Disconnect_Machine(), PnpGetLocalHandles(), and PnpUnbindLocalBindingHandle().
HSTRING_TABLE WINAPI pSetupStringTableDuplicate | ( | HSTRING_TABLE | hStringTable | ) |
Definition at line 404 of file stringtable.c.
BOOL WINAPI pSetupStringTableGetExtraData | ( | HSTRING_TABLE | hStringTable, |
DWORD | dwId, | ||
LPVOID | lpExtraData, | ||
DWORD | dwExtraDataSize | ||
) |
Definition at line 490 of file stringtable.c.
HSTRING_TABLE WINAPI pSetupStringTableInitialize | ( | VOID | ) |
Definition at line 54 of file stringtable.c.
Referenced by CM_Connect_MachineW(), and PnpGetLocalHandles().
HSTRING_TABLE WINAPI pSetupStringTableInitializeEx | ( | DWORD | dwMaxExtraDataSize, |
DWORD | dwReserved | ||
) |
Definition at line 102 of file stringtable.c.
DWORD WINAPI pSetupStringTableLookUpString | ( | HSTRING_TABLE | hStringTable, |
LPWSTR | lpString, | ||
DWORD | dwFlags | ||
) |
Definition at line 543 of file stringtable.c.
DWORD WINAPI pSetupStringTableLookUpStringEx | ( | HSTRING_TABLE | hStringTable, |
LPWSTR | lpString, | ||
DWORD | dwFlags, | ||
LPVOID | lpExtraData, | ||
DWORD | dwReserved | ||
) |
Definition at line 599 of file stringtable.c.
BOOL WINAPI pSetupStringTableSetExtraData | ( | HSTRING_TABLE | hStringTable, |
DWORD | dwId, | ||
LPVOID | lpExtraData, | ||
DWORD | dwExtraDataSize | ||
) |
Definition at line 663 of file stringtable.c.
LPWSTR WINAPI pSetupStringTableStringFromId | ( | HSTRING_TABLE | hStringTable, |
DWORD | dwId | ||
) |
Definition at line 722 of file stringtable.c.
Referenced by CM_Add_Empty_Log_Conf_Ex(), CM_Add_ID_ExW(), CM_Create_DevNode_ExW(), CM_Delete_DevNode_Key_Ex(), CM_Disable_DevNode_Ex(), CM_Enable_DevNode_Ex(), CM_Free_Log_Conf_Ex(), CM_Get_Child_Ex(), CM_Get_Depth_Ex(), CM_Get_Device_ID_Size_Ex(), CM_Get_DevNode_Custom_Property_ExW(), CM_Get_DevNode_Registry_Property_ExW(), CM_Get_DevNode_Status_Ex(), CM_Get_First_Log_Conf_Ex(), CM_Get_Log_Conf_Priority_Ex(), CM_Get_Next_Log_Conf_Ex(), CM_Get_Next_Res_Des_Ex(), CM_Get_Parent_Ex(), CM_Get_Sibling_Ex(), CM_Move_DevNode_Ex(), CM_Open_DevNode_Key_Ex(), CM_Query_And_Remove_SubTree_ExW(), CM_Query_Arbitrator_Free_Data_Ex(), CM_Query_Arbitrator_Free_Size_Ex(), CM_Query_Resource_Conflict_List(), CM_Reenumerate_DevNode_Ex(), CM_Register_Device_Driver_Ex(), CM_Register_Device_Interface_ExW(), CM_Request_Device_Eject_ExW(), CM_Set_DevNode_Problem_Ex(), CM_Set_DevNode_Registry_Property_ExW(), CM_Setup_DevNode_Ex(), and CM_Uninstall_DevNode_Ex().
BOOL WINAPI pSetupStringTableStringFromIdEx | ( | HSTRING_TABLE | hStringTable, |
DWORD | dwId, | ||
LPWSTR | lpBuffer, | ||
LPDWORD | lpBufferLength | ||
) |
Definition at line 760 of file stringtable.c.
Referenced by CM_Get_Device_ID_ExW().