update for HEAD-2003091401
[reactos.git] / lib / user32 / misc / dde.c
index e14e12d..af55df2 100644 (file)
 
 /* FUNCTIONS *****************************************************************/
 
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeAbandonTransaction(DWORD idInst,
                      HCONV hConv,
                      DWORD idTransaction)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 LPBYTE STDCALL
 DdeAccessData(HDDEDATA hData,
              LPDWORD pcbDataSize)
 {
+  UNIMPLEMENTED;
   return (LPBYTE)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HDDEDATA STDCALL
 DdeAddData(HDDEDATA hData,
           LPBYTE pSrc,
           DWORD cb,
           DWORD cbOff)
 {
+  UNIMPLEMENTED;
   return (HDDEDATA)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HDDEDATA STDCALL
 DdeClientTransaction(LPBYTE pData,
                     DWORD cbData,
@@ -68,25 +86,40 @@ DdeClientTransaction(LPBYTE pData,
                     DWORD dwTimeout,
                     LPDWORD pdwResult)
 {
+  UNIMPLEMENTED;
   return (HDDEDATA)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 int STDCALL
 DdeCmpStringHandles(HSZ hsz1,
                    HSZ hsz2)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HCONV STDCALL
 DdeConnect(DWORD idInst,
           HSZ hszService,
           HSZ hszTopic,
           PCONVCONTEXT pCC)
 {
+  UNIMPLEMENTED;
   return (HCONV)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HCONVLIST STDCALL
 DdeConnectList(DWORD idInst,
               HSZ hszService,
@@ -94,9 +127,14 @@ DdeConnectList(DWORD idInst,
               HCONVLIST hConvList,
               PCONVCONTEXT pCC)
 {
+  UNIMPLEMENTED;
   return (HCONVLIST)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HDDEDATA STDCALL
 DdeCreateDataHandle(DWORD idInst,
                    LPBYTE pSrc,
@@ -106,136 +144,226 @@ DdeCreateDataHandle(DWORD idInst,
                    UINT wFmt,
                    UINT afCmd)
 {
+  UNIMPLEMENTED;
   return (HDDEDATA)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HSZ STDCALL
 DdeCreateStringHandleA(DWORD idInst,
                       LPSTR psz,
                       int iCodePage)
 {
+  UNIMPLEMENTED;
   return (HSZ)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HSZ STDCALL
 DdeCreateStringHandleW(DWORD idInst,
                       LPWSTR psz,
                       int iCodePage)
 {
+  UNIMPLEMENTED;
   return (HSZ)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeDisconnect(HCONV hConv)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeDisconnectList(HCONVLIST hConvList)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeEnableCallback(DWORD idInst,
                  HCONV hConv,
                  UINT wCmd)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeFreeDataHandle(HDDEDATA hData)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
-BOOL
+
+/*
+ * @unimplemented
+ */
+WINBOOL STDCALL
 DdeFreeStringHandle(DWORD idInst,
                    HSZ hsz)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 DWORD STDCALL
 DdeGetData(HDDEDATA hData,
           LPBYTE pDst,
           DWORD cbMax,
           DWORD cbOff)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 UINT STDCALL
 DdeGetLastError(DWORD idInst)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeImpersonateClient(HCONV hConv)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 UINT STDCALL
 DdeInitializeA(LPDWORD pidInst,
               PFNCALLBACK pfnCallback,
               DWORD afCmd,
               DWORD ulRes)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 UINT STDCALL
 DdeInitializeW(LPDWORD pidInst,
               PFNCALLBACK pfnCallback,
               DWORD afCmd,
               DWORD ulRes)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeKeepStringHandle(DWORD idInst,
                    HSZ hsz)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 HDDEDATA STDCALL
 DdeNameService(DWORD idInst,
               HSZ hsz1,
               HSZ hsz2,
               UINT afCmd)
 {
+  UNIMPLEMENTED;
   return (HDDEDATA)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdePostAdvise(DWORD idInst,
              HSZ hszTopic,
              HSZ hszItem)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 UINT STDCALL
 DdeQueryConvInfo(HCONV hConv,
                 DWORD idTransaction,
                 PCONVINFO pConvInfo)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HCONV STDCALL
 DdeQueryNextServer(HCONVLIST hConvList,
                   HCONV hConvPrev)
 {
+  UNIMPLEMENTED;
   return (HCONV)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 DWORD STDCALL
 DdeQueryStringA(DWORD idInst,
                HSZ hsz,
@@ -243,9 +371,14 @@ DdeQueryStringA(DWORD idInst,
                DWORD cchMax,
                int iCodePage)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 DWORD STDCALL
 DdeQueryStringW(DWORD idInst,
                HSZ hsz,
@@ -253,65 +386,110 @@ DdeQueryStringW(DWORD idInst,
                DWORD cchMax,
                int iCodePage)
 {
+  UNIMPLEMENTED;
   return 0;
 }
 
+
+/*
+ * @unimplemented
+ */
 HCONV STDCALL
 DdeReconnect(HCONV hConv)
 {
+  UNIMPLEMENTED;
   return (HCONV)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeSetQualityOfService(HWND hwndClient,
                       CONST SECURITY_QUALITY_OF_SERVICE *pqosNew,
                       PSECURITY_QUALITY_OF_SERVICE pqosPrev)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeSetUserHandle(HCONV hConv,
                 DWORD id,
                 DWORD_PTR hUser)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeUnaccessData(HDDEDATA hData)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 DdeUninitialize(DWORD idInst)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 FreeDDElParam(UINT msg,
              LPARAM lParam)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 ImpersonateDdeClientWindow(HWND hWndClient,
                           HWND hWndServer)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }
 
+
+/*
+ * @unimplemented
+ */
 LPARAM STDCALL
 PackDDElParam(UINT msg,
              UINT_PTR uiLo,
              UINT_PTR uiHi)
 {
+  UNIMPLEMENTED;
   return (LPARAM)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 LPARAM STDCALL
 ReuseDDElParam(LPARAM lParam,
               UINT msgIn,
@@ -319,14 +497,20 @@ ReuseDDElParam(LPARAM lParam,
               UINT_PTR uiLo,
               UINT_PTR uiHi)
 {
+  UNIMPLEMENTED;
   return (LPARAM)0;
 }
 
+
+/*
+ * @unimplemented
+ */
 WINBOOL STDCALL
 UnpackDDElParam(UINT msg,
                LPARAM lParam,
                PUINT_PTR puiLo,
                PUINT_PTR puiHi)
 {
+  UNIMPLEMENTED;
   return FALSE;
 }