Home | History | Annotate | Download | only in include

Lines Matching refs:configID

598         UINT32 configID) = 0;
601 UINT32 configID) = 0;
607 UINT32 configID,
612 UINT32 configID,
678 UINT32 configID);
682 UINT32 configID);
689 UINT32 configID,
695 UINT32 configID,
721 #define INapComponentConfig3_NewConfig(This,configID) (This)->lpVtbl->NewConfig(This,configID)
722 #define INapComponentConfig3_DeleteConfig(This,configID) (This)->lpVtbl->DeleteConfig(This,configID)
724 #define INapComponentConfig3_GetConfigFromID(This,configID,count,outdata) (This)->lpVtbl->GetConfigFromID(This,configID,count,outdata)
725 #define INapComponentConfig3_SetConfigToID(This,configID,count,data) (This)->lpVtbl->SetConfigToID(This,configID,count,data)
761 static FORCEINLINE HRESULT INapComponentConfig3_NewConfig(INapComponentConfig3* This,UINT32 configID) {
762 return This->lpVtbl->NewConfig(This,configID);
764 static FORCEINLINE HRESULT INapComponentConfig3_DeleteConfig(INapComponentConfig3* This,UINT32 configID) {
765 return This->lpVtbl->DeleteConfig(This,configID);
770 static FORCEINLINE HRESULT INapComponentConfig3_GetConfigFromID(INapComponentConfig3* This,UINT32 configID,UINT16 *count,BYTE **outdata) {
771 return This->lpVtbl->GetConfigFromID(This,configID,count,outdata);
773 static FORCEINLINE HRESULT INapComponentConfig3_SetConfigToID(INapComponentConfig3* This,UINT32 configID,UINT16 count,BYTE *data) {
774 return This->lpVtbl->SetConfigToID(This,configID,count,data);
783 UINT32 configID);
791 UINT32 configID);
806 UINT32 configID,
816 UINT32 configID,