Public Member Functions | |
| HRESULT | CreateNamedItem ([in] GUID *pId,[out, retval] IRsNamedItem **ppNamedItem) |
| HRESULT | CreateObjectList ([out, retval] IRsObjectList **ppObjectList) |
| HRESULT IRsKernelFactory::CreateNamedItem | ( | [in] GUID * | pId, | |
| [out, retval] IRsNamedItem ** | ppNamedItem | |||
| ) |
Creates named item which is identified by specified GUID.
| pID | [in] ID of the named item. |
S_OK if succesful, E_FAIL if named item was not found or could not be created.
| HRESULT IRsKernelFactory::CreateObjectList | ( | [out, retval] IRsObjectList ** | ppObjectList | ) |
Creates generic object list.
| ppObjectList | [out,retval] Returned instance of empty object list. |
1.5.5