IDesignResourceFModeList::AddIDesignResourceFMode *Add(
VARIANT varVal // VT_BSTR
);
Return ValuesThis method returns an IDesignResourceFMode pointer from the IDesignResourceFModeList .
RemarksCurrently, the varVal parameter must be a VT_BSTR that is the name for the DesignResourceFMode to be added.
|