hwnd (HWND)

      Window handle of the sender.

    pData (PDDEINIT)

      Pointer to initiation data.

      This points to a DDEINIT structure. pszAppName is the name of the desired server application; if this is a zero-length string, any application can respond. pszTopic is the name of the desired topic; if this is a zero-length string, each responding application responds once for each topic that it can support.

    rc (BOOL)

      Success indicator.

      TRUE

        Successful completion
      FALSE
        Error occurred.


      [Back] [Next]