QO
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
QuickObjects constants.
- C#
- VB.NET
public class QO
Public Class QO
Fields
| Name | Type | Description |
|---|---|---|
| ERROR_NO_MORE_FILES | Int32 | Error Code. No more files |
| ERROR_NotConnected | Int32 | Error Code. Not Connected |
| FTP_AttribArchive | Int32 | archive |
| FTP_AttribDirectory | Int32 | directory |
| FTP_AttribHidden | Int32 | hidden |
| FTP_AttribNormal | Int32 | Normal |
| FTP_AttribReadOnly | Int32 | read only |
| FTP_AttribSystem | Int32 | system |
| FTP_OpenRead | UInt32 | open for reading |
| FTP_OpenWrite | Int32 | open for read/write |
| FTPOPTION_ConnectBackoff | Int32 | connection back off |
| FTPOPTION_ConnectRetries | Int32 | connection retries |
| FTPOPTION_ConnectTimeout | Int32 | connection timeout |
| FTPOPTION_ControlReceiveTimeout | Int32 | receive time out control |
| FTPOPTION_ControlSendTimeout | Int32 | sent time out control |
| FTPOPTION_DataReceiveTimeout | Int32 | data receive timeout |
| FTPOPTION_DataSendTimeout | Int32 | data send time out |
| IQ_MAX_PATH | Int32 | Max path |
| PAGEM_Activate | Int32 | The form page is about to be shown |
| PAGEM_Apply | Int32 | Information in the form is to be applied. |
| PAGEM_Deactivate | Int32 | The form page has just been hidden |
| PAGEM_Initialize | Int32 | The form page has just been created |
| PAGEM_Start | Int32 | Messages sent to form pages |
| QOM_Base | Int32 | |
| QOM_ControlCreate | Int32 | |
| QOM_EndRetrieval | Int32 | |
| QOM_Status | Int32 | |
| QOM_UpdateRetrieval | Int32 | |
| STATUS_BeginTransfer | Int32 | |
| STATUS_Connected | Int32 | |
| STATUS_ConnectingToHost | Int32 | |
| STATUS_LoadComplete | Int32 | |
| STATUS_LoadFailed | Int32 | |
| STATUS_LoadingImages | Int32 | |
| STATUS_LoadingPage | Int32 | |
| STATUS_ReceivingResponse | Int32 | |
| STATUS_RequestComplete | Int32 | |
| STATUS_SendingRequest | Int32 | |
| SWP_NOZORDER_PageList | Int32 | Draw style |
| TABS_DrawWin31 | Int32 | Draw style |
| TABS_DrawWin95 | Int32 | Draw style |
| TABSM_Create | Int32 | In 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_First | Int32 | High 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_TabActivateFinish | Int32 | Indicates 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_TabActivateStart | Int32 | Indicates 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_UserRequest | Int32 | Indicates 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_DisplayToolTip | Int32 | Tool tips message. |
| WEBN_EndRetrieval | Int32 | Event notification code. |
| WEBN_UpdateRetrieval | Int32 | Event notification code. |