ITargetFrame2::GetFrameOptions Method
Gets the options that are set for the frame.
Syntax
HRESULT GetFrameOptions( DWORD *pdwFlags );
Parameters
- pdwFlags
[out] The address of an unsigned long integer value that specifies the options flags that are set for the frame. These flags can be any of the flags listed in FRAMEOPTIONS_FLAGS.
Return Value
Returns S_OK if successful, or an error value otherwise.