Skip to main content

QO

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

QuickObjects constants.

public class QO

Fields

NameTypeDescription
ERROR_NO_MORE_FILESInt32Error Code. No more files
ERROR_NotConnectedInt32Error Code. Not Connected
FTP_AttribArchiveInt32archive
FTP_AttribDirectoryInt32directory
FTP_AttribHiddenInt32hidden
FTP_AttribNormalInt32Normal
FTP_AttribReadOnlyInt32read only
FTP_AttribSystemInt32system
FTP_OpenReadUInt32open for reading
FTP_OpenWriteInt32open for read/write
FTPOPTION_ConnectBackoffInt32connection back off
FTPOPTION_ConnectRetriesInt32connection retries
FTPOPTION_ConnectTimeoutInt32connection timeout
FTPOPTION_ControlReceiveTimeoutInt32receive time out control
FTPOPTION_ControlSendTimeoutInt32sent time out control
FTPOPTION_DataReceiveTimeoutInt32data receive timeout
FTPOPTION_DataSendTimeoutInt32data send time out
IQ_MAX_PATHInt32Max path
PAGEM_ActivateInt32The form page is about to be shown
PAGEM_ApplyInt32Information in the form is to be applied.
PAGEM_DeactivateInt32The form page has just been hidden
PAGEM_InitializeInt32The form page has just been created
PAGEM_StartInt32Messages sent to form pages
QOM_BaseInt32
QOM_ControlCreateInt32
QOM_EndRetrievalInt32
QOM_StatusInt32
QOM_UpdateRetrievalInt32
STATUS_BeginTransferInt32
STATUS_ConnectedInt32
STATUS_ConnectingToHostInt32
STATUS_LoadCompleteInt32
STATUS_LoadFailedInt32
STATUS_LoadingImagesInt32
STATUS_LoadingPageInt32
STATUS_ReceivingResponseInt32
STATUS_RequestCompleteInt32
STATUS_SendingRequestInt32
SWP_NOZORDER_PageListInt32Draw style
TABS_DrawWin31Int32Draw style
TABS_DrawWin95Int32Draw style
TABSM_CreateInt32In the actions of a tab frame, use this message instead of SAM_Create to insure proper tab frame initialization. TabCreate( hWnd ) is the equivalent late bound function call.
TABSM_FirstInt32High level messages NOTE: These messages are provided for backward compatibility. This version of QuickTabs also calls late bound functions in the parent form or dialog box when an event occurs.
TABSM_TabActivateFinishInt32Indicates that a tab has been activated. wParam - Index of the selected tab lParam - Not used This message is sent after the child windows have been shown. TabActivateFinish is the equivalent late bound function call.
TABSM_TabActivateStartInt32Indicates that a tab has been activated. wParam - Index of the selected tab lParam - Not used This message is sent before child windows are shown. TabActivateStart( nTab ) is the equivalent late bound function call.
TABSM_UserRequestInt32Indicates that user is attempting to change the current tab by clicking, tabbing or some other user action. wParam - Index of the selected tab lParam - Not used NOTE: Call CancelMode() to deny the user's request. TabUserRequest( nTab ) is the equivalent late bound function call.
TTM_DisplayToolTipInt32Tool tips message.
WEBN_EndRetrievalInt32Event notification code.
WEBN_UpdateRetrievalInt32Event notification code.