The DdeInitialize function registers an application with the Dynamic Data Exchange Management Library (DDEML). An application must call this function before calling any other DDEML function.
UINT DdeInitialize(
LPDWORD pidInst, |
// pointer to instance identifier |
PFNCALLBACK pfnCallback, |
// pointer to callback function |
DWORD afCmd, |
// set of command and filter flags |
DWORD ulRes |
// reserved |
); |
If pidInst points to a nonzero value, reinitialization of the DDEML is
implied. In this case, pidInst must point to a valid
application-instance identifier.
This parameter can be a combination of the following filter flags:
Flag |
Meaning |
APPCLASS_MONITOR |
Makes it possible for the application to monitor DDE activity in the system. This flag is for use by DDE monitoring applications. The application specifies the types of DDE activity to monitor by combining one or more monitor flags with the APPCLASS_MONITOR flag. For details, see the following Remarks section. |
APPCLASS_STANDARD |
Registers the application as a standard (nonmonitoring) DDEML application. |
APPCMD_CLIENTONLY |
Prevents the application from becoming a server in a DDE conversation. The application can only be a client. This flag reduces consumption of resources by the DDEML. It includes the functionality of the CBF_FAIL_ALLSVRXACTIONS flag. |
APPCMD_FILTERINITS |
Prevents the DDEML from sending XTYP_CONNECT and XTYP_WILDCONNECT transactions to the application until the application has created its string handles and registered its service names or has turned off filtering by a subsequent call to the DdeNameService or DdeInitialize function. This flag is always in effect when an application calls DdeInitialize for the first time, regardless of whether the application specifies the flag. On subsequent calls to DdeInitialize, not specifying this flag turns off the application’s service-name filters, but specifying it turns on the application’s service name filters. |
CBF_FAIL_ALLSVRXACTIONS |
Prevents the callback function from receiving server transactions. The system returns DDE_FNOTPROCESSED to each client that sends a transaction to this application. This flag is equivalent to combining all CBF_FAIL_ flags. |
CBF_FAIL_ADVISES |
Prevents the callback function from receiving XTYP_ADVSTART and XTYP_ADVSTOP transactions. The system returns DDE_FNOTPROCESSED to each client that sends an XTYP_ADVSTART or XTYP_ADVSTOP transaction to the server. |
CBF_FAIL_CONNECTIONS |
Prevents the callback function from receiving XTYP_CONNECT and XTYP_WILDCONNECT transactions. |
CBF_FAIL_EXECUTES |
Prevents the callback function from receiving XTYP_EXECUTE transactions. The system returns DDE_FNOTPROCESSED to a client that sends an XTYP_EXECUTE transaction to the server. |
CBF_FAIL_POKES |
Prevents the callback function from receiving XTYP_POKE transactions. The system returns DDE_FNOTPROCESSED to a client that sends an XTYP_POKE transaction to the server. |
CBF_FAIL_REQUESTS |
Prevents the callback function from receiving XTYP_REQUEST transactions. The system returns DDE_FNOTPROCESSED to a client that sends an XTYP_REQUEST transaction to the server. |
CBF_FAIL_SELFCONNECTIONS |
Prevents the callback function from receiving XTYP_CONNECT transactions from the application’s own instance. This flag prevents an application from establishing a DDE conversation with its own instance. An application should use this flag if it needs to communicate with other instances of itself but not with itself. |
CBF_SKIP_ALLNOTIFICATIONS |
Prevents the callback function from receiving any notifications. This flag is equivalent to combining all CBF_SKIP_ flags. |
CBF_SKIP_CONNECT_CONFIRMS |
Prevents the callback function from receiving XTYP_CONNECT_CONFIRM notifications. |
CBF_SKIP_DISCONNECTS |
Prevents the callback function from receiving XTYP_DISCONNECT notifications. |
CBF_SKIP_REGISTRATIONS |
Prevents the callback function from receiving XTYP_REGISTER notifications. |
CBF_SKIP_UNREGISTRATIONS |
Prevents the callback function from receiving XTYP_UNREGISTER notifications. |
MF_CALLBACKS |
Notifies the callback function whenever a transaction is sent to any DDE callback function in the system. |
MF_CONV |
Notifies the callback function whenever a conversation is established or terminated. |
MF_ERRORS |
Notifies the callback function whenever a DDE error occurs. |
MF_HSZ_INFO |
Notifies the callback function whenever a DDE application creates, frees, or increments the usage count of a string handle or whenever a string handle is freed as a result of a call to the DdeUninitialize function. |
MF_LINKS |
Notifies the callback function whenever an advise loop is started or ended. |
MF_POSTMSGS |
Notifies the callback function whenever the system or an application posts a DDE message. |
MF_SENDMSGS |
Notifies the callback function whenever the system or an application sends a DDE message. |
If the function succeeds, the return value is DMLERR_NO_ERROR.
If the function fails, the return value is one of the following values:
DMLERR_DLL_USAGE
DMLERR_INVALIDPARAMETER
DMLERR_SYS_ERROR
An application that uses multiple instances of the DDEML must not pass DDEML objects between instances.
A DDE monitoring application should not attempt to perform DDE operations (establish conversations, issue transactions, and so on) within the context of the same application instance.
A synchronous transaction fails with a DMLERR_REENTRANCY error if any instance of the same task has a synchronous transaction already in progress.
The CBF_FAIL_ALLSVRACTIONS flag causes the DDEML to filter all server transactions and can be changed by a subsequent call to DdeInitialize. The APPCMD_CLIENTONLY flag prevents the DDEML from creating key resources for the server and cannot be changed by a subsequent call to DdeInitialize.
There is an ANSI version and a Unicode version of DdeInitialize. The version called determines the type of the window procedures used to control DDE conversations (ANSI or Unicode), and the default value for the iCodePage member of the CONVCONTXT structure (CP_WINANSI or CP_WINUNICODE).
DdeClientTransaction, DdeConnect, DdeCreateDataHandle, DdeEnableCallback, DdeNameService, DdePostAdvise, DdeUninitialize XTYP_ADVSTART, XTYP_ADVSTOP, XTYP_CONNECT, XTYP_CONNECT_CONFIRM, XTYP_DISCONNECT, XTYP_EXECUTE, XTYP_POKE, XTYP_REGISTER, XTYP_REQUEST, XTYP_WILDCONNECT
file: /Techref/os/win/api/win32/func/src/f13_19.htm, 13KB, , updated: 2000/4/7 11:19, local time: 2024/11/10 06:59,
3.22.248.152:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/os/win/api/win32/func/src/f13_19.htm"> DdeInitialize</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.