Resources collection that contains IAcSmFileReference objects.
Share
AcSmResources (SSO)
Topics in this section
- AcSmResources.Add Method (SSO)
Appends an IAcSmFileReference component to the collection. - AcSmResources.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmResources.GetCustomPropertyBag Method (SSO)
Retrieves the custom property bag of the component. - AcSmResources.GetDatabase Method (SSO)
Retrieves the parent IAcSmDatabase object. If the method succeeds, the return value is S_OK. If the parent database cannot be found, S_FALSE is returned and the provided pointer is populated with null. All other return values indicate an error condition. - AcSmResources.GetDesc Method (SSO)
Retrieves the description of the component. - AcSmResources.GetDirectlyOwnedObjects Method (SSO)
Returns an array of the directly owned objects. If the method succeeds, the return value is S_OK. If the parent database cannot be found, S_FALSE is returned and the provided pointer is populated with null. All other return values indicate an error condition. - AcSmResources.GetEnumerator Method (SSO)
Returns an enumerator of the contained IAcSmFileReference components in the collection. - AcSmResources.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmResources.GetName Method (SSO)
Retrieves the Name property of the component. - AcSmResources.GetObjectId Method (SSO)
Retrieves the IAcSmObjectId of the object. If the method succeeds, the return value is S_OK. If the parent database cannot be found, S_FALSE is returned and the provided pointer is populated with null. All other return values indicate an error condition. - AcSmResources.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmResources.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmResources.InitNew Method (SSO)
Initialization of a newly created persistable object. This method and the Load method are the only two ways to initialize a persistable component. - AcSmResources.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmResources.Remove Method (SSO)
Removes an IAcSmFileReference component from the collection. - AcSmResources.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmResources.SetDesc Method (SSO)
Sets the description of the component. - AcSmResources.SetName Method (SSO)
Sets the Name property of the component. - AcSmResources.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object.
Related Reference
- AcSmResources.Add Method (SSO)
- AcSmResources.Clear Method (SSO)
- AcSmResources.GetCustomPropertyBag Method (SSO)
- AcSmResources.GetDatabase Method (SSO)
- AcSmResources.GetDesc Method (SSO)
- AcSmResources.GetDirectlyOwnedObjects Method (SSO)
- AcSmResources.GetEnumerator Method (SSO)
- AcSmResources.GetIsDirty Method (SSO)
- AcSmResources.GetName Method (SSO)
- AcSmResources.GetObjectId Method (SSO)
- AcSmResources.GetOwner Method (SSO)
- AcSmResources.GetTypeName Method (SSO)
- AcSmResources.InitNew Method (SSO)
- AcSmResources.Load Method (SSO)
- AcSmResources.Remove Method (SSO)
- AcSmResources.Save Method (SSO)
- AcSmResources.SetDesc Method (SSO)
- AcSmResources.SetName Method (SSO)
- AcSmResources.SetOwner Method (SSO)