C++
virtual BOOL GetProductName( CString& strProduct );
Description
Returns the product name in strProduct. Returns true on success and false on failure.
Used to look for registered extensions in all file navigation dialogs for a particular product. Extensions can be registered for all products or for a particular product.
Parameters
Parameters | Description |
---|---|
strProduct | Returned product name |