Home
last modified time | relevance | path

Searched refs:lpConvInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dddemisc.c2426 UINT WINAPI DdeQueryConvInfo(HCONV hConv, DWORD id, PCONVINFO lpConvInfo) in DdeQueryConvInfo() argument
2428 UINT ret = lpConvInfo->cb; in DdeQueryConvInfo()
2432 TRACE("(%p,%x,%p)\n", hConv, id, lpConvInfo); in DdeQueryConvInfo()
2459 ci.cb = lpConvInfo->cb; in DdeQueryConvInfo()
2460 memcpy(lpConvInfo, &ci, min((size_t)lpConvInfo->cb, sizeof(ci))); in DdeQueryConvInfo()