CONVINFO Data Structure wStatus Field Description

Last reviewed: July 23, 1997
Article ID: Q83916
3.10 WINDOWS kbprg

The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) for Windows version 3.1

The documentation for the CONVINFO data structure used by the Dynamic Data Exchange Management Library (DDEML) lists the possible values of the structure's wStatus field. However, the documentation does not elaborate on the causes of these different values.

The following table lists the various values of the wStatus field and the conditions under which each status code is reported:

   wStatus        Cause
   -------------------------------------------------------------------
   ST_ADVISE      One or more links are in progress.

   ST_BLOCKED     The conversation is blocked.

   ST_BLOCKNEXT   The conversation will block after calling the next
                  callback.

   ST_CLIENT      The conversation handle passed to the
                  DdeQueryConvInfo function is a client side handle.
                  If the ST_CLIENT value is 0, then the conversation
                  handle passed to the DdeQueryConvInfo function is a
                  server side handle.

   ST_CONNECTED   The conversation is connected.

   ST_INLIST      The conversation is a member of a conversation list.

   ST_ISLOCAL     Both sides of the conversation are using the DDEML.

   ST_ISSELF      Both sides of the conversation are using the same
                  instance of the DDEML.

   ST_TERMINATED  The conversation has been terminated by the other
                  side.


Additional reference words: 3.10
KBCategory: kbprg
KBSubcategory: UsrDde
Keywords : kb16bitonly


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 23, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.