Lines Matching defs:WINUSERAPI

39 #define WINUSERAPI
41 #define WINUSERAPI DECLSPEC_IMPORT
353 WINUSERAPI BOOL WINAPI DdeAbandonTransaction(DWORD idInst, HCONV hConv, DWORD idTransaction);
354 WINUSERAPI LPBYTE WINAPI DdeAccessData(HDDEDATA,LPDWORD);
355 WINUSERAPI HDDEDATA WINAPI DdeAddData(HDDEDATA,LPBYTE,DWORD,DWORD);
356 WINUSERAPI HDDEDATA WINAPI DdeClientTransaction(LPBYTE,DWORD,HCONV,HSZ,UINT,UINT,DWORD,LPDWORD);
357 WINUSERAPI INT WINAPI DdeCmpStringHandles(HSZ,HSZ);
358 WINUSERAPI HCONV WINAPI DdeConnect(DWORD,HSZ,HSZ,PCONVCONTEXT);
359 WINUSERAPI HCONVLIST WINAPI DdeConnectList(DWORD,HSZ,HSZ,HCONVLIST,PCONVCONTEXT);
360 WINUSERAPI HDDEDATA WINAPI DdeCreateDataHandle(DWORD,LPBYTE,DWORD,DWORD,HSZ,UINT,UINT);
361 WINUSERAPI HSZ WINAPI DdeCreateStringHandleA(DWORD,LPCSTR,INT);
362 WINUSERAPI HSZ WINAPI DdeCreateStringHandleW(DWORD,LPCWSTR,INT);
364 WINUSERAPI BOOL WINAPI DdeDisconnect(HCONV);
365 WINUSERAPI BOOL WINAPI DdeDisconnectList(HCONVLIST);
366 WINUSERAPI BOOL WINAPI DdeEnableCallback(DWORD,HCONV,UINT);
367 WINUSERAPI BOOL WINAPI DdeFreeDataHandle(HDDEDATA);
368 WINUSERAPI BOOL WINAPI DdeFreeStringHandle(DWORD,HSZ);
369 WINUSERAPI DWORD WINAPI DdeGetData(HDDEDATA,LPBYTE,DWORD,DWORD);
370 WINUSERAPI UINT WINAPI DdeGetLastError(DWORD);
371 WINUSERAPI BOOL WINAPI DdeImpersonateClient(HCONV);
372 WINUSERAPI UINT WINAPI DdeInitializeA(LPDWORD,PFNCALLBACK,DWORD,DWORD);
373 WINUSERAPI UINT WINAPI DdeInitializeW(LPDWORD,PFNCALLBACK,DWORD,DWORD);
375 WINUSERAPI BOOL WINAPI DdeKeepStringHandle(DWORD,HSZ);
376 WINUSERAPI HDDEDATA WINAPI DdeNameService(DWORD,HSZ,HSZ,UINT);
377 WINUSERAPI BOOL WINAPI DdePostAdvise(DWORD,HSZ,HSZ);
378 WINUSERAPI UINT WINAPI DdeQueryConvInfo(HCONV,DWORD,PCONVINFO);
379 WINUSERAPI HCONV WINAPI DdeQueryNextServer(HCONVLIST, HCONV);
380 WINUSERAPI DWORD WINAPI DdeQueryStringA(DWORD, HSZ, LPSTR, DWORD, INT);
381 WINUSERAPI DWORD WINAPI DdeQueryStringW(DWORD, HSZ, LPWSTR, DWORD, INT);
383 WINUSERAPI HCONV WINAPI DdeReconnect(HCONV);
384 WINUSERAPI BOOL WINAPI DdeSetUserHandle(HCONV,DWORD,DWORD);
385 WINUSERAPI BOOL WINAPI DdeUnaccessData(HDDEDATA);
386 WINUSERAPI BOOL WINAPI DdeUninitialize(DWORD);