Article ID: 108925
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Windows Software Development Kit 3.1
- Microsoft Win32 Application Programming Interface, when used with:
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
This article was previously published under Q108925
SUMMARY
DdeInitialize() and DdeNameService() work as complimentary functions during
initialization of a server application. When called for the first time to
initialize a server application, DdeInitialize() will cause DDEML to append
the APPCMD_FILTERINITS flag to the third parameter of the function call by
default. Once this flag is set, client applications will not be able to
connect to the server until it is reset. This flag is reset when the
function DdeNameService() is called to register the service name with
DDEML. Also, if the server wishes to remain anonymous, then DdeInitialize()
must be called the second time to specifically turn off the
APPCMD_FILTERINITS flag.
Additional query words: 3.00 3.10 3.50 4.00
Keywords: kbinfo KB108925