Public Member Functions | |
| HRESULT | Delete ([in] IRnLibraryPlace *pPlace) |
| HRESULT | CreateLibrary ([in] IRnLibraryPlace *pPlace,[in] BSTR bszName,[in] BSTR bszTypeIID) |
| HRESULT IRfLibraryPlaceActions::Delete | ( | [in] IRnLibraryPlace * | pPlace | ) |
Delete specified library place.
| pPlace | [in] Specify the library place you want to delete . |
| HRESULT IRfLibraryPlaceActions::CreateLibrary | ( | [in] IRnLibraryPlace * | pPlace, | |
| [in] BSTR | bszName, | |||
| [in] BSTR | bszTypeIID | |||
| ) |
CreateLibrary. Create library in specified library place. See IRfLibraryActions for more library operations.
| pPlace | [in] The library place in which you want create the new library. | |
| bszName | [in] Desired name of the library. | |
| bszTypeIID | [in] Library type IID. Some of IIDs
|
1.5.5