SetFrameName method
Sets the name of the frame.
Syntax
HRESULT retVal = object.SetFrameName(pszFrameName);
Parameters
- pszFrameName [in]
-
Type: LPCWSTR
The address of a string that contains the name of the frame.
Show:
Sets the name of the frame.
HRESULT retVal = object.SetFrameName(pszFrameName);
Type: LPCWSTR
The address of a string that contains the name of the frame.