IfmSystem::GetFormDisplayCaps
This method retrieves the display capabilities.
Syntax
HRESULT GetFormDisplayCaps( OLE_HANDLE hFC, LONG nIndex, LONG *pRetInfo);
Parameters
- hFC
- Handle to the Forms Manager’s context. It is FC_MAINFACEPLATE.
- nIndex
- Specifies the index of the display capabilities item to return. See the GetDeviceCaps function for Windows-based desktop platforms for a list.
- pRetInfo
- Pointer to the long integer used to return the display capabilities.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.