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.
- C#
- VB.NET
public class QO
Public Class QO
Example:
using PPJ.Runtime.Windows.QO;
int connectedStatus = QO.STATUS_Connected;
int tabActivatedMessage = QO.TABSM_TabActivateFinish;
Fields
| Name | Type | Description | Value |
|---|---|---|---|
| ERROR_NO_MORE_FILES | Int32 | Reports that remote file enumeration has no further entries. | |
| ERROR_NotConnected | Int32 | Reports that an operation requires an active Internet connection. | |
| FTP_AttribArchive | Int32 | Selects the archive FTP file-attribute bit. | |
| FTP_AttribDirectory | Int32 | Selects the FTP directory-attribute bit. | |
| FTP_AttribHidden | Int32 | Selects the hidden FTP file-attribute bit. | |
| FTP_AttribNormal | Int32 | Selects the normal FTP file-attribute value. | |
| FTP_AttribReadOnly | Int32 | Selects the read-only FTP file-attribute bit. | |
| FTP_AttribSystem | Int32 | Selects the system FTP file-attribute bit. | |
| FTP_OpenRead | UInt32 | Requests read access when opening a remote FTP file. | |
| FTP_OpenWrite | Int32 | Requests write access when opening a remote FTP file. | |
| FTPOPTION_ConnectBackoff | Int32 | Identifies the FTP connection retry backoff option. | |
| FTPOPTION_ConnectRetries | Int32 | Identifies the FTP connection-retry-count option. | |
| FTPOPTION_ConnectTimeout | Int32 | Identifies the FTP connection-timeout option. | |
| FTPOPTION_ControlReceiveTimeout | Int32 | Identifies the FTP control-channel receive-timeout option. | |
| FTPOPTION_ControlSendTimeout | Int32 | Identifies the FTP control-channel send-timeout option. | |
| FTPOPTION_DataReceiveTimeout | Int32 | Identifies the FTP data-channel receive-timeout option. | |
| FTPOPTION_DataSendTimeout | Int32 | Identifies the FTP data-channel send-timeout option. | |
| IQ_MAX_PATH | Int32 | Defines the legacy Internet Quick Objects path-buffer length of 260 characters. | |
| PAGEM_Activate | Int32 | Notifies a form page immediately before it is shown. | |
| PAGEM_Apply | Int32 | Requests that a form page apply its current information. | |
| PAGEM_Deactivate | Int32 | Notifies a form page after it has been hidden. | |
| PAGEM_Initialize | Int32 | Notifies a form page that it has been created. | |
| PAGEM_Start | Int32 | Defines the first message in the form-page notification range. | |
| QOM_Base | Int32 | Defines the base value for Quick Objects control messages. | |
| QOM_ControlCreate | Int32 | Notifies the owner that a Quick Objects control has been created. | |
| QOM_EndRetrieval | Int32 | Reports the end of an Internet retrieval. | |
| QOM_Status | Int32 | Reports an Internet operation status; wParam carries a STATUS_* value. | |
| QOM_UpdateRetrieval | Int32 | Reports progress during an Internet retrieval. | |
| STATUS_BeginTransfer | Int32 | Indicates that data transfer is starting. | |
| STATUS_Connected | Int32 | Indicates that a host connection has been established. | |
| STATUS_ConnectingToHost | Int32 | Indicates that a connection to the host is being established. | |
| STATUS_LoadComplete | Int32 | Indicates that loading has completed. | |
| STATUS_LoadFailed | Int32 | Indicates that a document or resource could not be loaded. | |
| STATUS_LoadingImages | Int32 | Indicates that document images are loading. | |
| STATUS_LoadingPage | Int32 | Indicates that a page is loading. | |
| STATUS_ReceivingResponse | Int32 | Indicates that a response is being received. | |
| STATUS_RequestComplete | Int32 | Indicates that a request has completed. | |
| STATUS_SendingRequest | Int32 | Indicates that a request is being sent. | |
| SWP_NOZORDER_PageList | Int32 | Preserves page-window Z order when positioning page-list windows. | |
| TABS_DrawWin31 | Int32 | Selects the Windows 3.1 QuickTabs drawing-style compatibility value. | |
| TABS_DrawWin95 | Int32 | Selects the Windows 95 QuickTabs drawing-style compatibility value. | |
| TABSM_Create | Int32 | Notifies the tab frame after QuickTabs initialization; corresponds to the TabCreate callback. | |
| TABSM_First | Int32 | Defines the first compatibility message in the QuickTabs notification range. | |
| TABSM_TabActivateFinish | Int32 | Notifies activation after the tab's child windows are shown; wParam carries the tab index. | |
| TABSM_TabActivateStart | Int32 | Notifies activation before the tab's child windows are shown; wParam carries the tab index. | |
| TABSM_UserRequest | Int32 | Requests a user-initiated tab change; wParam carries the tab index and CancelMode can reject it. | |
| TTM_DisplayToolTip | Int32 | Identifies the Quick Objects tooltip-display message. | |
| WEBN_EndRetrieval | Int32 | Identifies a retrieval-completion notification. | |
| WEBN_UpdateRetrieval | Int32 | Identifies a retrieval-progress notification. |