Determines whether file updates to the development console are pending.
public:
HRESULT UpdatesPending(
BOOL *pfUpdatesPending
)
pfUpdatesPending
Type: BOOLÂ *
Pointer to a Boolean value that receives true if updates to the console are pending; false if all updates have completed.
Type: HRESULTÂ
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface