| ||||
CreateFromStationery methodThis method creates a new object from a Stationery object. Syntax
ParameterspStationeryThe Stationery object to copy. NewNameIf not an empty string or NULL, this parameter overrides the default name for the new item. Note: this parameter is for future use. In v4.0, it must be empty or NULL [optional, default = empty string]. CreateOptionsOne or more create options chosen from the enum ERUCreateOptions, logically OR'ed together. In v4.0, you must supply the value erCreateOptMakeNameUnique [optional, default=erCreateOptNone]. ppNewItemUpon return, contains an IERUItem interface pointer to the newly-created object. Return value
RemarksThe new object has the same name as the Stationery object, prepended by "New ". |
Home |