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