|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| nddeapi.lib
| Header File
| nddeapi.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
NDdeIsValidAppTopicList
The NDdeIsValidAppTopicList function is called to check an application and topic string ("AppName|TopicName") for proper syntax.
BOOL NDdeIsValidAppTopicList(
LPTSTR targetTopic
| // points to app and topic string
| );
|
|
Parameters
targetTopic
Address of the application and topic string to validate. This parameter must
not be NULL.
Return Values
If the targetTopic parameter has valid syntax, the return value is nonzero.
If the function fails, the return value is zero.
Remarks
This function is also called by NDdeShareAdd when it creates the DDE share.
See also
NDdeShareAdd
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|