Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/misc/
H A Dddemisc.c1506 DDEDATA* pDd; in WDML_Global2DataHandle() local
1512 pDd = GlobalLock(hMem); in WDML_Global2DataHandle()
1514 if (pDd) in WDML_Global2DataHandle()
1516 if (p) memcpy(p, pDd, sizeof(WINE_DDEHEAD)); in WDML_Global2DataHandle()
1517 switch (pDd->cfFormat) in WDML_Global2DataHandle()
1521 pDd->cfFormat, hMem); in WDML_Global2DataHandle()
1525 … ret = DdeCreateDataHandle(pConv->instance->instanceID, pDd->Value, size, 0, 0, pDd->cfFormat, 0); in WDML_Global2DataHandle()
1530 BITMAP* bmp = (BITMAP*)pDd->Value; in WDML_Global2DataHandle()
1538 pDd->Value + sizeof(BITMAP)))) in WDML_Global2DataHandle()