Skip to main content

QO

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.50 (5.0.0.0)

Defines compatibility messages, status values, styles, and FTP options for Quick Objects.

public class QO

Example:

using PPJ.Runtime.Windows.QO;

int connectedStatus = QO.STATUS_Connected;
int tabActivatedMessage = QO.TABSM_TabActivateFinish;

Fields

NameTypeDescriptionValue
ERROR_NO_MORE_FILESInt32Reports that remote file enumeration has no further entries.
ERROR_NotConnectedInt32Reports that an operation requires an active Internet connection.
FTP_AttribArchiveInt32Selects the archive FTP file-attribute bit.
FTP_AttribDirectoryInt32Selects the FTP directory-attribute bit.
FTP_AttribHiddenInt32Selects the hidden FTP file-attribute bit.
FTP_AttribNormalInt32Selects the normal FTP file-attribute value.
FTP_AttribReadOnlyInt32Selects the read-only FTP file-attribute bit.
FTP_AttribSystemInt32Selects the system FTP file-attribute bit.
FTP_OpenReadUInt32Requests read access when opening a remote FTP file.
FTP_OpenWriteInt32Requests write access when opening a remote FTP file.
FTPOPTION_ConnectBackoffInt32Identifies the FTP connection retry backoff option.
FTPOPTION_ConnectRetriesInt32Identifies the FTP connection-retry-count option.
FTPOPTION_ConnectTimeoutInt32Identifies the FTP connection-timeout option.
FTPOPTION_ControlReceiveTimeoutInt32Identifies the FTP control-channel receive-timeout option.
FTPOPTION_ControlSendTimeoutInt32Identifies the FTP control-channel send-timeout option.
FTPOPTION_DataReceiveTimeoutInt32Identifies the FTP data-channel receive-timeout option.
FTPOPTION_DataSendTimeoutInt32Identifies the FTP data-channel send-timeout option.
IQ_MAX_PATHInt32Defines the legacy Internet Quick Objects path-buffer length of 260 characters.
PAGEM_ActivateInt32Notifies a form page immediately before it is shown.
PAGEM_ApplyInt32Requests that a form page apply its current information.
PAGEM_DeactivateInt32Notifies a form page after it has been hidden.
PAGEM_InitializeInt32Notifies a form page that it has been created.
PAGEM_StartInt32Defines the first message in the form-page notification range.
QOM_BaseInt32Defines the base value for Quick Objects control messages.
QOM_ControlCreateInt32Notifies the owner that a Quick Objects control has been created.
QOM_EndRetrievalInt32Reports the end of an Internet retrieval.
QOM_StatusInt32Reports an Internet operation status; wParam carries a STATUS_* value.
QOM_UpdateRetrievalInt32Reports progress during an Internet retrieval.
STATUS_BeginTransferInt32Indicates that data transfer is starting.
STATUS_ConnectedInt32Indicates that a host connection has been established.
STATUS_ConnectingToHostInt32Indicates that a connection to the host is being established.
STATUS_LoadCompleteInt32Indicates that loading has completed.
STATUS_LoadFailedInt32Indicates that a document or resource could not be loaded.
STATUS_LoadingImagesInt32Indicates that document images are loading.
STATUS_LoadingPageInt32Indicates that a page is loading.
STATUS_ReceivingResponseInt32Indicates that a response is being received.
STATUS_RequestCompleteInt32Indicates that a request has completed.
STATUS_SendingRequestInt32Indicates that a request is being sent.
SWP_NOZORDER_PageListInt32Preserves page-window Z order when positioning page-list windows.
TABS_DrawWin31Int32Selects the Windows 3.1 QuickTabs drawing-style compatibility value.
TABS_DrawWin95Int32Selects the Windows 95 QuickTabs drawing-style compatibility value.
TABSM_CreateInt32Notifies the tab frame after QuickTabs initialization; corresponds to the TabCreate callback.
TABSM_FirstInt32Defines the first compatibility message in the QuickTabs notification range.
TABSM_TabActivateFinishInt32Notifies activation after the tab's child windows are shown; wParam carries the tab index.
TABSM_TabActivateStartInt32Notifies activation before the tab's child windows are shown; wParam carries the tab index.
TABSM_UserRequestInt32Requests a user-initiated tab change; wParam carries the tab index and CancelMode can reject it.
TTM_DisplayToolTipInt32Identifies the Quick Objects tooltip-display message.
WEBN_EndRetrievalInt32Identifies a retrieval-completion notification.
WEBN_UpdateRetrievalInt32Identifies a retrieval-progress notification.