Lines Matching refs:p

1272 #define IDirectDrawPalette_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)  argument
1273 #define IDirectDrawPalette_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1274 #define IDirectDrawPalette_Release(p) (p)->lpVtbl->Release(p) argument
1276 #define IDirectDrawPalette_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
1277 #define IDirectDrawPalette_GetEntries(p,a,b,c,d) (p)->lpVtbl->GetEntries(p,a,b,c,d) argument
1278 #define IDirectDrawPalette_Initialize(p,a,b,c) (p)->lpVtbl->Initialize(p,a,b,c) argument
1279 #define IDirectDrawPalette_SetEntries(p,a,b,c,d) (p)->lpVtbl->SetEntries(p,a,b,c,d) argument
1282 #define IDirectDrawPalette_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1283 #define IDirectDrawPalette_AddRef(p) (p)->AddRef() argument
1284 #define IDirectDrawPalette_Release(p) (p)->Release() argument
1286 #define IDirectDrawPalette_GetCaps(p,a) (p)->GetCaps(a) argument
1287 #define IDirectDrawPalette_GetEntries(p,a,b,c,d) (p)->GetEntries(a,b,c,d) argument
1288 #define IDirectDrawPalette_Initialize(p,a,b,c) (p)->Initialize(a,b,c) argument
1289 #define IDirectDrawPalette_SetEntries(p,a,b,c,d) (p)->SetEntries(a,b,c,d) argument
1315 #define IDirectDrawClipper_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1316 #define IDirectDrawClipper_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1317 #define IDirectDrawClipper_Release(p) (p)->lpVtbl->Release(p) argument
1319 #define IDirectDrawClipper_GetClipList(p,a,b,c) (p)->lpVtbl->GetClipList(p,a,b,c) argument
1320 #define IDirectDrawClipper_GetHWnd(p,a) (p)->lpVtbl->GetHWnd(p,a) argument
1321 #define IDirectDrawClipper_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
1322 #define IDirectDrawClipper_IsClipListChanged(p,a) (p)->lpVtbl->IsClipListChanged(p,a) argument
1323 #define IDirectDrawClipper_SetClipList(p,a,b) (p)->lpVtbl->SetClipList(p,a,b) argument
1324 #define IDirectDrawClipper_SetHWnd(p,a,b) (p)->lpVtbl->SetHWnd(p,a,b) argument
1327 #define IDirectDrawClipper_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1328 #define IDirectDrawClipper_AddRef(p) (p)->AddRef() argument
1329 #define IDirectDrawClipper_Release(p) (p)->Release() argument
1331 #define IDirectDrawClipper_GetClipList(p,a,b,c) (p)->GetClipList(a,b,c) argument
1332 #define IDirectDrawClipper_GetHWnd(p,a) (p)->GetHWnd(a) argument
1333 #define IDirectDrawClipper_Initialize(p,a,b) (p)->Initialize(a,b) argument
1334 #define IDirectDrawClipper_IsClipListChanged(p,a) (p)->IsClipListChanged(a) argument
1335 #define IDirectDrawClipper_SetClipList(p,a,b) (p)->SetClipList(a,b) argument
1336 #define IDirectDrawClipper_SetHWnd(p,a,b) (p)->SetHWnd(a,b) argument
1376 #define IDirectDraw_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1377 #define IDirectDraw_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1378 #define IDirectDraw_Release(p) (p)->lpVtbl->Release(p) argument
1380 #define IDirectDraw_Compact(p) (p)->lpVtbl->Compact(p) argument
1381 #define IDirectDraw_CreateClipper(p,a,b,c) (p)->lpVtbl->CreateClipper(p,a,b,c) argument
1382 #define IDirectDraw_CreatePalette(p,a,b,c,d) (p)->lpVtbl->CreatePalette(p,a,b,c,d) argument
1383 #define IDirectDraw_CreateSurface(p,a,b,c) (p)->lpVtbl->CreateSurface(p,a,b,c) argument
1384 #define IDirectDraw_DuplicateSurface(p,a,b) (p)->lpVtbl->DuplicateSurface(p,a,b) argument
1385 #define IDirectDraw_EnumDisplayModes(p,a,b,c,d) (p)->lpVtbl->EnumDisplayModes(p,a,b,c,d) argument
1386 #define IDirectDraw_EnumSurfaces(p,a,b,c,d) (p)->lpVtbl->EnumSurfaces(p,a,b,c,d) argument
1387 #define IDirectDraw_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1388 #define IDirectDraw_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) argument
1389 #define IDirectDraw_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) argument
1390 #define IDirectDraw_GetFourCCCodes(p,a,b) (p)->lpVtbl->GetFourCCCodes(p,a,b) argument
1391 #define IDirectDraw_GetGDISurface(p,a) (p)->lpVtbl->GetGDISurface(p,a) argument
1392 #define IDirectDraw_GetMonitorFrequency(p,a) (p)->lpVtbl->GetMonitorFrequency(p,a) argument
1393 #define IDirectDraw_GetScanLine(p,a) (p)->lpVtbl->GetScanLine(p,a) argument
1394 #define IDirectDraw_GetVerticalBlankStatus(p,a) (p)->lpVtbl->GetVerticalBlankStatus(p,a) argument
1395 #define IDirectDraw_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
1396 #define IDirectDraw_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1397 #define IDirectDraw_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
1398 #define IDirectDraw_SetDisplayMode(p,a,b,c) (p)->lpVtbl->SetDisplayMode(p,a,b,c) argument
1399 #define IDirectDraw_WaitForVerticalBlank(p,a,b) (p)->lpVtbl->WaitForVerticalBlank(p,a,b) argument
1402 #define IDirectDraw_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1403 #define IDirectDraw_AddRef(p) (p)->AddRef() argument
1404 #define IDirectDraw_Release(p) (p)->Release() argument
1406 #define IDirectDraw_Compact(p) (p)->Compact() argument
1407 #define IDirectDraw_CreateClipper(p,a,b,c) (p)->CreateClipper(a,b,c) argument
1408 #define IDirectDraw_CreatePalette(p,a,b,c,d) (p)->CreatePalette(a,b,c,d) argument
1409 #define IDirectDraw_CreateSurface(p,a,b,c) (p)->CreateSurface(a,b,c) argument
1410 #define IDirectDraw_DuplicateSurface(p,a,b) (p)->DuplicateSurface(a,b) argument
1411 #define IDirectDraw_EnumDisplayModes(p,a,b,c,d) (p)->EnumDisplayModes(a,b,c,d) argument
1412 #define IDirectDraw_EnumSurfaces(p,a,b,c,d) (p)->EnumSurfaces(a,b,c,d) argument
1413 #define IDirectDraw_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1414 #define IDirectDraw_GetCaps(p,a,b) (p)->GetCaps(a,b) argument
1415 #define IDirectDraw_GetDisplayMode(p,a) (p)->GetDisplayMode(a) argument
1416 #define IDirectDraw_GetFourCCCodes(p,a,b) (p)->GetFourCCCodes(a,b) argument
1417 #define IDirectDraw_GetGDISurface(p,a) (p)->GetGDISurface(a) argument
1418 #define IDirectDraw_GetMonitorFrequency(p,a) (p)->GetMonitorFrequency(a) argument
1419 #define IDirectDraw_GetScanLine(p,a) (p)->GetScanLine(a) argument
1420 #define IDirectDraw_GetVerticalBlankStatus(p,a) (p)->GetVerticalBlankStatus(a) argument
1421 #define IDirectDraw_Initialize(p,a) (p)->Initialize(a) argument
1422 #define IDirectDraw_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1423 #define IDirectDraw_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
1424 #define IDirectDraw_SetDisplayMode(p,a,b,c) (p)->SetDisplayMode(a,b,c) argument
1425 #define IDirectDraw_WaitForVerticalBlank(p,a,b) (p)->WaitForVerticalBlank(a,b) argument
1481 #define IDirectDraw2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1482 #define IDirectDraw2_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1483 #define IDirectDraw2_Release(p) (p)->lpVtbl->Release(p) argument
1485 #define IDirectDraw2_Compact(p) (p)->lpVtbl->Compact(p) argument
1486 #define IDirectDraw2_CreateClipper(p,a,b,c) (p)->lpVtbl->CreateClipper(p,a,b,c) argument
1487 #define IDirectDraw2_CreatePalette(p,a,b,c,d) (p)->lpVtbl->CreatePalette(p,a,b,c,d) argument
1488 #define IDirectDraw2_CreateSurface(p,a,b,c) (p)->lpVtbl->CreateSurface(p,a,b,c) argument
1489 #define IDirectDraw2_DuplicateSurface(p,a,b) (p)->lpVtbl->DuplicateSurface(p,a,b) argument
1490 #define IDirectDraw2_EnumDisplayModes(p,a,b,c,d) (p)->lpVtbl->EnumDisplayModes(p,a,b,c,d) argument
1491 #define IDirectDraw2_EnumSurfaces(p,a,b,c,d) (p)->lpVtbl->EnumSurfaces(p,a,b,c,d) argument
1492 #define IDirectDraw2_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1493 #define IDirectDraw2_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) argument
1494 #define IDirectDraw2_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) argument
1495 #define IDirectDraw2_GetFourCCCodes(p,a,b) (p)->lpVtbl->GetFourCCCodes(p,a,b) argument
1496 #define IDirectDraw2_GetGDISurface(p,a) (p)->lpVtbl->GetGDISurface(p,a) argument
1497 #define IDirectDraw2_GetMonitorFrequency(p,a) (p)->lpVtbl->GetMonitorFrequency(p,a) argument
1498 #define IDirectDraw2_GetScanLine(p,a) (p)->lpVtbl->GetScanLine(p,a) argument
1499 #define IDirectDraw2_GetVerticalBlankStatus(p,a) (p)->lpVtbl->GetVerticalBlankStatus(p,a) argument
1500 #define IDirectDraw2_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
1501 #define IDirectDraw2_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1502 #define IDirectDraw2_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
1503 #define IDirectDraw2_SetDisplayMode(p,a,b,c,d,e) (p)->lpVtbl->SetDisplayMode(p,a,b,c,d,e) argument
1504 #define IDirectDraw2_WaitForVerticalBlank(p,a,b) (p)->lpVtbl->WaitForVerticalBlank(p,a,b) argument
1506 #define IDirectDraw2_GetAvailableVidMem(p,a,b,c) (p)->lpVtbl->GetAvailableVidMem(p,a,b,c) argument
1509 #define IDirectDraw2_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1510 #define IDirectDraw2_AddRef(p) (p)->AddRef() argument
1511 #define IDirectDraw2_Release(p) (p)->Release() argument
1513 #define IDirectDraw2_Compact(p) (p)->Compact() argument
1514 #define IDirectDraw2_CreateClipper(p,a,b,c) (p)->CreateClipper(a,b,c) argument
1515 #define IDirectDraw2_CreatePalette(p,a,b,c,d) (p)->CreatePalette(a,b,c,d) argument
1516 #define IDirectDraw2_CreateSurface(p,a,b,c) (p)->CreateSurface(a,b,c) argument
1517 #define IDirectDraw2_DuplicateSurface(p,a,b) (p)->DuplicateSurface(a,b) argument
1518 #define IDirectDraw2_EnumDisplayModes(p,a,b,c,d) (p)->EnumDisplayModes(a,b,c,d) argument
1519 #define IDirectDraw2_EnumSurfaces(p,a,b,c,d) (p)->EnumSurfaces(a,b,c,d) argument
1520 #define IDirectDraw2_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1521 #define IDirectDraw2_GetCaps(p,a,b) (p)->GetCaps(a,b) argument
1522 #define IDirectDraw2_GetDisplayMode(p,a) (p)->GetDisplayMode(a) argument
1523 #define IDirectDraw2_GetFourCCCodes(p,a,b) (p)->GetFourCCCodes(a,b) argument
1524 #define IDirectDraw2_GetGDISurface(p,a) (p)->GetGDISurface(a) argument
1525 #define IDirectDraw2_GetMonitorFrequency(p,a) (p)->GetMonitorFrequency(a) argument
1526 #define IDirectDraw2_GetScanLine(p,a) (p)->GetScanLine(a) argument
1527 #define IDirectDraw2_GetVerticalBlankStatus(p,a) (p)->GetVerticalBlankStatus(a) argument
1528 #define IDirectDraw2_Initialize(p,a) (p)->Initialize(a) argument
1529 #define IDirectDraw2_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1530 #define IDirectDraw2_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
1531 #define IDirectDraw2_SetDisplayMode(p,a,b,c,d,e) (p)->SetDisplayMode(a,b,c,d,e) argument
1532 #define IDirectDraw2_WaitForVerticalBlank(p,a,b) (p)->WaitForVerticalBlank(a,b) argument
1534 #define IDirectDraw2_GetAvailableVidMem(p,a,b,c) (p)->GetAvailableVidMem(a,b,c) argument
1578 #define IDirectDraw3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1579 #define IDirectDraw3_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1580 #define IDirectDraw3_Release(p) (p)->lpVtbl->Release(p) argument
1582 #define IDirectDraw3_Compact(p) (p)->lpVtbl->Compact(p) argument
1583 #define IDirectDraw3_CreateClipper(p,a,b,c) (p)->lpVtbl->CreateClipper(p,a,b,c) argument
1584 #define IDirectDraw3_CreatePalette(p,a,b,c,d) (p)->lpVtbl->CreatePalette(p,a,b,c,d) argument
1585 #define IDirectDraw3_CreateSurface(p,a,b,c) (p)->lpVtbl->CreateSurface(p,a,b,c) argument
1586 #define IDirectDraw3_DuplicateSurface(p,a,b) (p)->lpVtbl->DuplicateSurface(p,a,b) argument
1587 #define IDirectDraw3_EnumDisplayModes(p,a,b,c,d) (p)->lpVtbl->EnumDisplayModes(p,a,b,c,d) argument
1588 #define IDirectDraw3_EnumSurfaces(p,a,b,c,d) (p)->lpVtbl->EnumSurfaces(p,a,b,c,d) argument
1589 #define IDirectDraw3_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1590 #define IDirectDraw3_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) argument
1591 #define IDirectDraw3_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) argument
1592 #define IDirectDraw3_GetFourCCCodes(p,a,b) (p)->lpVtbl->GetFourCCCodes(p,a,b) argument
1593 #define IDirectDraw3_GetGDISurface(p,a) (p)->lpVtbl->GetGDISurface(p,a) argument
1594 #define IDirectDraw3_GetMonitorFrequency(p,a) (p)->lpVtbl->GetMonitorFrequency(p,a) argument
1595 #define IDirectDraw3_GetScanLine(p,a) (p)->lpVtbl->GetScanLine(p,a) argument
1596 #define IDirectDraw3_GetVerticalBlankStatus(p,a) (p)->lpVtbl->GetVerticalBlankStatus(p,a) argument
1597 #define IDirectDraw3_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
1598 #define IDirectDraw3_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1599 #define IDirectDraw3_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
1600 #define IDirectDraw3_SetDisplayMode(p,a,b,c,d,e) (p)->lpVtbl->SetDisplayMode(p,a,b,c,d,e) argument
1601 #define IDirectDraw3_WaitForVerticalBlank(p,a,b) (p)->lpVtbl->WaitForVerticalBlank(p,a,b) argument
1603 #define IDirectDraw3_GetAvailableVidMem(p,a,b,c) (p)->lpVtbl->GetAvailableVidMem(p,a,b,c) argument
1605 #define IDirectDraw3_GetSurfaceFromDC(p,a,b) (p)->lpVtbl->GetSurfaceFromDC(p,a,b) argument
1608 #define IDirectDraw3_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1609 #define IDirectDraw3_AddRef(p) (p)->AddRef() argument
1610 #define IDirectDraw3_Release(p) (p)->Release() argument
1612 #define IDirectDraw3_Compact(p) (p)->Compact() argument
1613 #define IDirectDraw3_CreateClipper(p,a,b,c) (p)->CreateClipper(a,b,c) argument
1614 #define IDirectDraw3_CreatePalette(p,a,b,c,d) (p)->CreatePalette(a,b,c,d) argument
1615 #define IDirectDraw3_CreateSurface(p,a,b,c) (p)->CreateSurface(a,b,c) argument
1616 #define IDirectDraw3_DuplicateSurface(p,a,b) (p)->DuplicateSurface(a,b) argument
1617 #define IDirectDraw3_EnumDisplayModes(p,a,b,c,d) (p)->EnumDisplayModes(a,b,c,d) argument
1618 #define IDirectDraw3_EnumSurfaces(p,a,b,c,d) (p)->EnumSurfaces(a,b,c,d) argument
1619 #define IDirectDraw3_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1620 #define IDirectDraw3_GetCaps(p,a,b) (p)->GetCaps(a,b) argument
1621 #define IDirectDraw3_GetDisplayMode(p,a) (p)->GetDisplayMode(a) argument
1622 #define IDirectDraw3_GetFourCCCodes(p,a,b) (p)->GetFourCCCodes(a,b) argument
1623 #define IDirectDraw3_GetGDISurface(p,a) (p)->GetGDISurface(a) argument
1624 #define IDirectDraw3_GetMonitorFrequency(p,a) (p)->GetMonitorFrequency(a) argument
1625 #define IDirectDraw3_GetScanLine(p,a) (p)->GetScanLine(a) argument
1626 #define IDirectDraw3_GetVerticalBlankStatus(p,a) (p)->GetVerticalBlankStatus(a) argument
1627 #define IDirectDraw3_Initialize(p,a) (p)->Initialize(a) argument
1628 #define IDirectDraw3_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1629 #define IDirectDraw3_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
1630 #define IDirectDraw3_SetDisplayMode(p,a,b,c,d,e) (p)->SetDisplayMode(a,b,c,d,e) argument
1631 #define IDirectDraw3_WaitForVerticalBlank(p,a,b) (p)->WaitForVerticalBlank(a,b) argument
1633 #define IDirectDraw3_GetAvailableVidMem(p,a,b,c) (p)->GetAvailableVidMem(a,b,c) argument
1635 #define IDirectDraw3_GetSurfaceFromDC(p,a,b) (p)->GetSurfaceFromDC(a,b) argument
1682 #define IDirectDraw4_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1683 #define IDirectDraw4_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1684 #define IDirectDraw4_Release(p) (p)->lpVtbl->Release(p) argument
1686 #define IDirectDraw4_Compact(p) (p)->lpVtbl->Compact(p) argument
1687 #define IDirectDraw4_CreateClipper(p,a,b,c) (p)->lpVtbl->CreateClipper(p,a,b,c) argument
1688 #define IDirectDraw4_CreatePalette(p,a,b,c,d) (p)->lpVtbl->CreatePalette(p,a,b,c,d) argument
1689 #define IDirectDraw4_CreateSurface(p,a,b,c) (p)->lpVtbl->CreateSurface(p,a,b,c) argument
1690 #define IDirectDraw4_DuplicateSurface(p,a,b) (p)->lpVtbl->DuplicateSurface(p,a,b) argument
1691 #define IDirectDraw4_EnumDisplayModes(p,a,b,c,d) (p)->lpVtbl->EnumDisplayModes(p,a,b,c,d) argument
1692 #define IDirectDraw4_EnumSurfaces(p,a,b,c,d) (p)->lpVtbl->EnumSurfaces(p,a,b,c,d) argument
1693 #define IDirectDraw4_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1694 #define IDirectDraw4_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) argument
1695 #define IDirectDraw4_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) argument
1696 #define IDirectDraw4_GetFourCCCodes(p,a,b) (p)->lpVtbl->GetFourCCCodes(p,a,b) argument
1697 #define IDirectDraw4_GetGDISurface(p,a) (p)->lpVtbl->GetGDISurface(p,a) argument
1698 #define IDirectDraw4_GetMonitorFrequency(p,a) (p)->lpVtbl->GetMonitorFrequency(p,a) argument
1699 #define IDirectDraw4_GetScanLine(p,a) (p)->lpVtbl->GetScanLine(p,a) argument
1700 #define IDirectDraw4_GetVerticalBlankStatus(p,a) (p)->lpVtbl->GetVerticalBlankStatus(p,a) argument
1701 #define IDirectDraw4_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
1702 #define IDirectDraw4_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1703 #define IDirectDraw4_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
1704 #define IDirectDraw4_SetDisplayMode(p,a,b,c,d,e) (p)->lpVtbl->SetDisplayMode(p,a,b,c,d,e) argument
1705 #define IDirectDraw4_WaitForVerticalBlank(p,a,b) (p)->lpVtbl->WaitForVerticalBlank(p,a,b) argument
1707 #define IDirectDraw4_GetAvailableVidMem(p,a,b,c) (p)->lpVtbl->GetAvailableVidMem(p,a,b,c) argument
1709 #define IDirectDraw4_GetSurfaceFromDC(p,a,b) (p)->lpVtbl->GetSurfaceFromDC(p,a,b) argument
1710 #define IDirectDraw4_RestoreAllSurfaces(p) (p)->lpVtbl->RestoreAllSurfaces(p) argument
1711 #define IDirectDraw4_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p) argument
1712 #define IDirectDraw4_GetDeviceIdentifier(p,a,b) (p)->lpVtbl->GetDeviceIdentifier(p,a,b) argument
1715 #define IDirectDraw4_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1716 #define IDirectDraw4_AddRef(p) (p)->AddRef() argument
1717 #define IDirectDraw4_Release(p) (p)->Release() argument
1719 #define IDirectDraw4_Compact(p) (p)->Compact() argument
1720 #define IDirectDraw4_CreateClipper(p,a,b,c) (p)->CreateClipper(a,b,c) argument
1721 #define IDirectDraw4_CreatePalette(p,a,b,c,d) (p)->CreatePalette(a,b,c,d) argument
1722 #define IDirectDraw4_CreateSurface(p,a,b,c) (p)->CreateSurface(a,b,c) argument
1723 #define IDirectDraw4_DuplicateSurface(p,a,b) (p)->DuplicateSurface(a,b) argument
1724 #define IDirectDraw4_EnumDisplayModes(p,a,b,c,d) (p)->EnumDisplayModes(a,b,c,d) argument
1725 #define IDirectDraw4_EnumSurfaces(p,a,b,c,d) (p)->EnumSurfaces(a,b,c,d) argument
1726 #define IDirectDraw4_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1727 #define IDirectDraw4_GetCaps(p,a,b) (p)->GetCaps(a,b) argument
1728 #define IDirectDraw4_GetDisplayMode(p,a) (p)->GetDisplayMode(a) argument
1729 #define IDirectDraw4_GetFourCCCodes(p,a,b) (p)->GetFourCCCodes(a,b) argument
1730 #define IDirectDraw4_GetGDISurface(p,a) (p)->GetGDISurface(a) argument
1731 #define IDirectDraw4_GetMonitorFrequency(p,a) (p)->GetMonitorFrequency(a) argument
1732 #define IDirectDraw4_GetScanLine(p,a) (p)->GetScanLine(a) argument
1733 #define IDirectDraw4_GetVerticalBlankStatus(p,a) (p)->GetVerticalBlankStatus(a) argument
1734 #define IDirectDraw4_Initialize(p,a) (p)->Initialize(a) argument
1735 #define IDirectDraw4_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1736 #define IDirectDraw4_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
1737 #define IDirectDraw4_SetDisplayMode(p,a,b,c,d,e) (p)->SetDisplayMode(a,b,c,d,e) argument
1738 #define IDirectDraw4_WaitForVerticalBlank(p,a,b) (p)->WaitForVerticalBlank(a,b) argument
1740 #define IDirectDraw4_GetAvailableVidMem(p,a,b,c) (p)->GetAvailableVidMem(a,b,c) argument
1742 #define IDirectDraw4_GetSurfaceFromDC(p,a,b) (p)->GetSurfaceFromDC(a,b) argument
1743 #define IDirectDraw4_RestoreAllSurfaces(pc) (p)->RestoreAllSurfaces()
1744 #define IDirectDraw4_TestCooperativeLevel(p) (p)->TestCooperativeLevel() argument
1745 #define IDirectDraw4_GetDeviceIdentifier(p,a,b) (p)->GetDeviceIdentifier(a,b) argument
1798 #define IDirectDraw7_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1799 #define IDirectDraw7_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1800 #define IDirectDraw7_Release(p) (p)->lpVtbl->Release(p) argument
1802 #define IDirectDraw7_Compact(p) (p)->lpVtbl->Compact(p) argument
1803 #define IDirectDraw7_CreateClipper(p,a,b,c) (p)->lpVtbl->CreateClipper(p,a,b,c) argument
1804 #define IDirectDraw7_CreatePalette(p,a,b,c,d) (p)->lpVtbl->CreatePalette(p,a,b,c,d) argument
1805 #define IDirectDraw7_CreateSurface(p,a,b,c) (p)->lpVtbl->CreateSurface(p,a,b,c) argument
1806 #define IDirectDraw7_DuplicateSurface(p,a,b) (p)->lpVtbl->DuplicateSurface(p,a,b) argument
1807 #define IDirectDraw7_EnumDisplayModes(p,a,b,c,d) (p)->lpVtbl->EnumDisplayModes(p,a,b,c,d) argument
1808 #define IDirectDraw7_EnumSurfaces(p,a,b,c,d) (p)->lpVtbl->EnumSurfaces(p,a,b,c,d) argument
1809 #define IDirectDraw7_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1810 #define IDirectDraw7_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) argument
1811 #define IDirectDraw7_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) argument
1812 #define IDirectDraw7_GetFourCCCodes(p,a,b) (p)->lpVtbl->GetFourCCCodes(p,a,b) argument
1813 #define IDirectDraw7_GetGDISurface(p,a) (p)->lpVtbl->GetGDISurface(p,a) argument
1814 #define IDirectDraw7_GetMonitorFrequency(p,a) (p)->lpVtbl->GetMonitorFrequency(p,a) argument
1815 #define IDirectDraw7_GetScanLine(p,a) (p)->lpVtbl->GetScanLine(p,a) argument
1816 #define IDirectDraw7_GetVerticalBlankStatus(p,a) (p)->lpVtbl->GetVerticalBlankStatus(p,a) argument
1817 #define IDirectDraw7_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
1818 #define IDirectDraw7_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1819 #define IDirectDraw7_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
1820 #define IDirectDraw7_SetDisplayMode(p,a,b,c,d,e) (p)->lpVtbl->SetDisplayMode(p,a,b,c,d,e) argument
1821 #define IDirectDraw7_WaitForVerticalBlank(p,a,b) (p)->lpVtbl->WaitForVerticalBlank(p,a,b) argument
1823 #define IDirectDraw7_GetAvailableVidMem(p,a,b,c) (p)->lpVtbl->GetAvailableVidMem(p,a,b,c) argument
1825 #define IDirectDraw7_GetSurfaceFromDC(p,a,b) (p)->lpVtbl->GetSurfaceFromDC(p,a,b) argument
1826 #define IDirectDraw7_RestoreAllSurfaces(p) (p)->lpVtbl->RestoreAllSurfaces(p) argument
1827 #define IDirectDraw7_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p) argument
1828 #define IDirectDraw7_GetDeviceIdentifier(p,a,b) (p)->lpVtbl->GetDeviceIdentifier(p,a,b) argument
1830 #define IDirectDraw7_StartModeTest(p,a,b,c) (p)->lpVtbl->StartModeTest(p,a,b,c) argument
1831 #define IDirectDraw7_EvaluateMode(p,a,b) (p)->lpVtbl->EvaluateMode(p,a,b) argument
1834 #define IDirectDraw7_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1835 #define IDirectDraw7_AddRef(p) (p)->AddRef() argument
1836 #define IDirectDraw7_Release(p) (p)->Release() argument
1838 #define IDirectDraw7_Compact(p) (p)->Compact() argument
1839 #define IDirectDraw7_CreateClipper(p,a,b,c) (p)->CreateClipper(a,b,c) argument
1840 #define IDirectDraw7_CreatePalette(p,a,b,c,d) (p)->CreatePalette(a,b,c,d) argument
1841 #define IDirectDraw7_CreateSurface(p,a,b,c) (p)->CreateSurface(a,b,c) argument
1842 #define IDirectDraw7_DuplicateSurface(p,a,b) (p)->DuplicateSurface(a,b) argument
1843 #define IDirectDraw7_EnumDisplayModes(p,a,b,c,d) (p)->EnumDisplayModes(a,b,c,d) argument
1844 #define IDirectDraw7_EnumSurfaces(p,a,b,c,d) (p)->EnumSurfaces(a,b,c,d) argument
1845 #define IDirectDraw7_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1846 #define IDirectDraw7_GetCaps(p,a,b) (p)->GetCaps(a,b) argument
1847 #define IDirectDraw7_GetDisplayMode(p,a) (p)->GetDisplayMode(a) argument
1848 #define IDirectDraw7_GetFourCCCodes(p,a,b) (p)->GetFourCCCodes(a,b) argument
1849 #define IDirectDraw7_GetGDISurface(p,a) (p)->GetGDISurface(a) argument
1850 #define IDirectDraw7_GetMonitorFrequency(p,a) (p)->GetMonitorFrequency(a) argument
1851 #define IDirectDraw7_GetScanLine(p,a) (p)->GetScanLine(a) argument
1852 #define IDirectDraw7_GetVerticalBlankStatus(p,a) (p)->GetVerticalBlankStatus(a) argument
1853 #define IDirectDraw7_Initialize(p,a) (p)->Initialize(a) argument
1854 #define IDirectDraw7_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1855 #define IDirectDraw7_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
1856 #define IDirectDraw7_SetDisplayMode(p,a,b,c,d,e) (p)->SetDisplayMode(a,b,c,d,e) argument
1857 #define IDirectDraw7_WaitForVerticalBlank(p,a,b) (p)->WaitForVerticalBlank(a,b) argument
1859 #define IDirectDraw7_GetAvailableVidMem(p,a,b,c) (p)->GetAvailableVidMem(a,b,c) argument
1861 #define IDirectDraw7_GetSurfaceFromDC(p,a,b) (p)->GetSurfaceFromDC(a,b) argument
1862 #define IDirectDraw7_RestoreAllSurfaces(p) (p)->RestoreAllSurfaces() argument
1863 #define IDirectDraw7_TestCooperativeLevel(p) (p)->TestCooperativeLevel() argument
1864 #define IDirectDraw7_GetDeviceIdentifier(p,a,b) (p)->GetDeviceIdentifier(a,b) argument
1866 #define IDirectDraw7_StartModeTest(p,a,b,c) (p)->StartModeTest(a,b,c) argument
1867 #define IDirectDraw7_EvaluateMode(p,a,b) (p)->EvaluateMode(a,b) argument
1920 #define IDirectDrawSurface_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1921 #define IDirectDrawSurface_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1922 #define IDirectDrawSurface_Release(p) (p)->lpVtbl->Release(p) argument
1924 #define IDirectDrawSurface_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
1925 #define IDirectDrawSurface_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
1926 #define IDirectDrawSurface_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
1927 #define IDirectDrawSurface_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
1928 #define IDirectDrawSurface_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
1929 #define IDirectDrawSurface_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
1930 #define IDirectDrawSurface_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
1931 #define IDirectDrawSurface_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
1932 #define IDirectDrawSurface_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
1933 #define IDirectDrawSurface_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
1934 #define IDirectDrawSurface_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
1935 #define IDirectDrawSurface_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
1936 #define IDirectDrawSurface_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
1937 #define IDirectDrawSurface_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
1938 #define IDirectDrawSurface_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
1939 #define IDirectDrawSurface_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
1940 #define IDirectDrawSurface_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
1941 #define IDirectDrawSurface_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
1942 #define IDirectDrawSurface_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
1943 #define IDirectDrawSurface_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
1944 #define IDirectDrawSurface_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
1945 #define IDirectDrawSurface_IsLost(p) (p)->lpVtbl->IsLost(p) argument
1946 #define IDirectDrawSurface_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
1947 #define IDirectDrawSurface_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
1948 #define IDirectDrawSurface_Restore(p) (p)->lpVtbl->Restore(p) argument
1949 #define IDirectDrawSurface_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
1950 #define IDirectDrawSurface_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
1951 #define IDirectDrawSurface_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
1952 #define IDirectDrawSurface_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
1953 #define IDirectDrawSurface_Unlock(p,a) (p)->lpVtbl->Unlock(p,a) argument
1954 #define IDirectDrawSurface_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
1955 #define IDirectDrawSurface_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
1956 #define IDirectDrawSurface_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
1959 #define IDirectDrawSurface_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1960 #define IDirectDrawSurface_AddRef(p) (p)->AddRef() argument
1961 #define IDirectDrawSurface_Release(p) (p)->Release() argument
1963 #define IDirectDrawSurface_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
1964 #define IDirectDrawSurface_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
1965 #define IDirectDrawSurface_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
1966 #define IDirectDrawSurface_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
1967 #define IDirectDrawSurface_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
1968 #define IDirectDrawSurface_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
1969 #define IDirectDrawSurface_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
1970 #define IDirectDrawSurface_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
1971 #define IDirectDrawSurface_Flip(p,a,b) (p)->Flip(a,b) argument
1972 #define IDirectDrawSurface_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
1973 #define IDirectDrawSurface_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
1974 #define IDirectDrawSurface_GetCaps(p,a) (p)->GetCaps(a) argument
1975 #define IDirectDrawSurface_GetClipper(p,a) (p)->GetClipper(a) argument
1976 #define IDirectDrawSurface_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
1977 #define IDirectDrawSurface_GetDC(p,a) (p)->GetDC(a) argument
1978 #define IDirectDrawSurface_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
1979 #define IDirectDrawSurface_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
1980 #define IDirectDrawSurface_GetPalette(p,a) (p)->GetPalette(a) argument
1981 #define IDirectDrawSurface_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
1982 #define IDirectDrawSurface_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
1983 #define IDirectDrawSurface_Initialize(p,a,b) (p)->Initialize(a,b) argument
1984 #define IDirectDrawSurface_IsLost(p) (p)->IsLost() argument
1985 #define IDirectDrawSurface_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
1986 #define IDirectDrawSurface_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
1987 #define IDirectDrawSurface_Restore(p) (p)->Restore() argument
1988 #define IDirectDrawSurface_SetClipper(p,a) (p)->SetClipper(a) argument
1989 #define IDirectDrawSurface_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
1990 #define IDirectDrawSurface_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
1991 #define IDirectDrawSurface_SetPalette(p,a) (p)->SetPalette(a) argument
1992 #define IDirectDrawSurface_Unlock(p,a) (p)->Unlock(a) argument
1993 #define IDirectDrawSurface_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
1994 #define IDirectDrawSurface_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
1995 #define IDirectDrawSurface_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2055 #define IDirectDrawSurface2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2056 #define IDirectDrawSurface2_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2057 #define IDirectDrawSurface2_Release(p) (p)->lpVtbl->Release(p) argument
2059 #define IDirectDrawSurface2_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2060 #define IDirectDrawSurface2_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2061 #define IDirectDrawSurface2_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2062 #define IDirectDrawSurface2_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2063 #define IDirectDrawSurface2_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2064 #define IDirectDrawSurface2_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2065 #define IDirectDrawSurface2_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2066 #define IDirectDrawSurface2_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2067 #define IDirectDrawSurface2_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2068 #define IDirectDrawSurface2_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2069 #define IDirectDrawSurface2_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2070 #define IDirectDrawSurface2_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
2071 #define IDirectDrawSurface2_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2072 #define IDirectDrawSurface2_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2073 #define IDirectDrawSurface2_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2074 #define IDirectDrawSurface2_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2075 #define IDirectDrawSurface2_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2076 #define IDirectDrawSurface2_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2077 #define IDirectDrawSurface2_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2078 #define IDirectDrawSurface2_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2079 #define IDirectDrawSurface2_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2080 #define IDirectDrawSurface2_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2081 #define IDirectDrawSurface2_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2082 #define IDirectDrawSurface2_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2083 #define IDirectDrawSurface2_Restore(p) (p)->lpVtbl->Restore(p) argument
2084 #define IDirectDrawSurface2_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2085 #define IDirectDrawSurface2_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2086 #define IDirectDrawSurface2_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2087 #define IDirectDrawSurface2_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2088 #define IDirectDrawSurface2_Unlock(p,a) (p)->lpVtbl->Unlock(p,a) argument
2089 #define IDirectDrawSurface2_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2090 #define IDirectDrawSurface2_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2091 #define IDirectDrawSurface2_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2093 #define IDirectDrawSurface2_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2094 #define IDirectDrawSurface2_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2095 #define IDirectDrawSurface2_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2098 #define IDirectDrawSurface2_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2099 #define IDirectDrawSurface2_AddRef(p) (p)->AddRef() argument
2100 #define IDirectDrawSurface2_Release(p) (p)->Release() argument
2102 #define IDirectDrawSurface2_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2103 #define IDirectDrawSurface2_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2104 #define IDirectDrawSurface2_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2105 #define IDirectDrawSurface2_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2106 #define IDirectDrawSurface2_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2107 #define IDirectDrawSurface2_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2108 #define IDirectDrawSurface2_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2109 #define IDirectDrawSurface2_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2110 #define IDirectDrawSurface2_Flip(p,a,b) (p)->Flip(a,b) argument
2111 #define IDirectDrawSurface2_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2112 #define IDirectDrawSurface2_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2113 #define IDirectDrawSurface2_GetCaps(p,a) (p)->GetCaps(a) argument
2114 #define IDirectDrawSurface2_GetClipper(p,a) (p)->GetClipper(a) argument
2115 #define IDirectDrawSurface2_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2116 #define IDirectDrawSurface2_GetDC(p,a) (p)->GetDC(a) argument
2117 #define IDirectDrawSurface2_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2118 #define IDirectDrawSurface2_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2119 #define IDirectDrawSurface2_GetPalette(p,a) (p)->GetPalette(a) argument
2120 #define IDirectDrawSurface2_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2121 #define IDirectDrawSurface2_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2122 #define IDirectDrawSurface2_Initialize(p,a,b) (p)->Initialize(a,b) argument
2123 #define IDirectDrawSurface2_IsLost(p) (p)->IsLost() argument
2124 #define IDirectDrawSurface2_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2125 #define IDirectDrawSurface2_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2126 #define IDirectDrawSurface2_Restore(p) (p)->Restore() argument
2127 #define IDirectDrawSurface2_SetClipper(p,a) (p)->SetClipper(a) argument
2128 #define IDirectDrawSurface2_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2129 #define IDirectDrawSurface2_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2130 #define IDirectDrawSurface2_SetPalette(p,a) (p)->SetPalette(a) argument
2131 #define IDirectDrawSurface2_Unlock(p,a) (p)->Unlock(a) argument
2132 #define IDirectDrawSurface2_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2133 #define IDirectDrawSurface2_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2134 #define IDirectDrawSurface2_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2136 #define IDirectDrawSurface2_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2137 #define IDirectDrawSurface2_PageLock(p,a) (p)->PageLock(a) argument
2138 #define IDirectDrawSurface2_PageUnlock(p,a) (p)->PageUnlock(a) argument
2200 #define IDirectDrawSurface3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2201 #define IDirectDrawSurface3_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2202 #define IDirectDrawSurface3_Release(p) (p)->lpVtbl->Release(p) argument
2204 #define IDirectDrawSurface3_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2205 #define IDirectDrawSurface3_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2206 #define IDirectDrawSurface3_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2207 #define IDirectDrawSurface3_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2208 #define IDirectDrawSurface3_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2209 #define IDirectDrawSurface3_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2210 #define IDirectDrawSurface3_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2211 #define IDirectDrawSurface3_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2212 #define IDirectDrawSurface3_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2213 #define IDirectDrawSurface3_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2214 #define IDirectDrawSurface3_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2215 #define IDirectDrawSurface3_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
2216 #define IDirectDrawSurface3_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2217 #define IDirectDrawSurface3_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2218 #define IDirectDrawSurface3_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2219 #define IDirectDrawSurface3_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2220 #define IDirectDrawSurface3_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2221 #define IDirectDrawSurface3_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2222 #define IDirectDrawSurface3_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2223 #define IDirectDrawSurface3_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2224 #define IDirectDrawSurface3_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2225 #define IDirectDrawSurface3_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2226 #define IDirectDrawSurface3_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2227 #define IDirectDrawSurface3_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2228 #define IDirectDrawSurface3_Restore(p) (p)->lpVtbl->Restore(p) argument
2229 #define IDirectDrawSurface3_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2230 #define IDirectDrawSurface3_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2231 #define IDirectDrawSurface3_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2232 #define IDirectDrawSurface3_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2233 #define IDirectDrawSurface3_Unlock(p,a) (p)->lpVtbl->Unlock(p,a) argument
2234 #define IDirectDrawSurface3_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2235 #define IDirectDrawSurface3_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2236 #define IDirectDrawSurface3_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2238 #define IDirectDrawSurface3_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2239 #define IDirectDrawSurface3_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2240 #define IDirectDrawSurface3_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2242 #define IDirectDrawSurface3_SetSurfaceDesc(p,a,b) (p)->lpVtbl->SetSurfaceDesc(p,a,b) argument
2245 #define IDirectDrawSurface3_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2246 #define IDirectDrawSurface3_AddRef(p) (p)->AddRef() argument
2247 #define IDirectDrawSurface3_Release(p) (p)->Release() argument
2249 #define IDirectDrawSurface3_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2250 #define IDirectDrawSurface3_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2251 #define IDirectDrawSurface3_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2252 #define IDirectDrawSurface3_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2253 #define IDirectDrawSurface3_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2254 #define IDirectDrawSurface3_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2255 #define IDirectDrawSurface3_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2256 #define IDirectDrawSurface3_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2257 #define IDirectDrawSurface3_Flip(p,a,b) (p)->Flip(a,b) argument
2258 #define IDirectDrawSurface3_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2259 #define IDirectDrawSurface3_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2260 #define IDirectDrawSurface3_GetCaps(p,a) (p)->GetCaps(a) argument
2261 #define IDirectDrawSurface3_GetClipper(p,a) (p)->GetClipper(a) argument
2262 #define IDirectDrawSurface3_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2263 #define IDirectDrawSurface3_GetDC(p,a) (p)->GetDC(a) argument
2264 #define IDirectDrawSurface3_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2265 #define IDirectDrawSurface3_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2266 #define IDirectDrawSurface3_GetPalette(p,a) (p)->GetPalette(a) argument
2267 #define IDirectDrawSurface3_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2268 #define IDirectDrawSurface3_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2269 #define IDirectDrawSurface3_Initialize(p,a,b) (p)->Initialize(a,b) argument
2270 #define IDirectDrawSurface3_IsLost(p) (p)->IsLost() argument
2271 #define IDirectDrawSurface3_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2272 #define IDirectDrawSurface3_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2273 #define IDirectDrawSurface3_Restore(p) (p)->Restore() argument
2274 #define IDirectDrawSurface3_SetClipper(p,a) (p)->SetClipper(a) argument
2275 #define IDirectDrawSurface3_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2276 #define IDirectDrawSurface3_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2277 #define IDirectDrawSurface3_SetPalette(p,a) (p)->SetPalette(a) argument
2278 #define IDirectDrawSurface3_Unlock(p,a) (p)->Unlock(a) argument
2279 #define IDirectDrawSurface3_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2280 #define IDirectDrawSurface3_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2281 #define IDirectDrawSurface3_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2283 #define IDirectDrawSurface3_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2284 #define IDirectDrawSurface3_PageLock(p,a) (p)->PageLock(a) argument
2285 #define IDirectDrawSurface3_PageUnlock(p,a) (p)->PageUnlock(a) argument
2287 #define IDirectDrawSurface3_SetSurfaceDesc(p,a,b) (p)->SetSurfaceDesc(a,b) argument
2354 #define IDirectDrawSurface4_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2355 #define IDirectDrawSurface4_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2356 #define IDirectDrawSurface4_Release(p) (p)->lpVtbl->Release(p) argument
2358 #define IDirectDrawSurface4_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2359 #define IDirectDrawSurface4_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2360 #define IDirectDrawSurface4_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2361 #define IDirectDrawSurface4_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2362 #define IDirectDrawSurface4_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2363 #define IDirectDrawSurface4_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2364 #define IDirectDrawSurface4_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2365 #define IDirectDrawSurface4_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2366 #define IDirectDrawSurface4_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2367 #define IDirectDrawSurface4_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2368 #define IDirectDrawSurface4_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2369 #define IDirectDrawSurface4_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
2370 #define IDirectDrawSurface4_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2371 #define IDirectDrawSurface4_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2372 #define IDirectDrawSurface4_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2373 #define IDirectDrawSurface4_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2374 #define IDirectDrawSurface4_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2375 #define IDirectDrawSurface4_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2376 #define IDirectDrawSurface4_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2377 #define IDirectDrawSurface4_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2378 #define IDirectDrawSurface4_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2379 #define IDirectDrawSurface4_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2380 #define IDirectDrawSurface4_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2381 #define IDirectDrawSurface4_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2382 #define IDirectDrawSurface4_Restore(p) (p)->lpVtbl->Restore(p) argument
2383 #define IDirectDrawSurface4_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2384 #define IDirectDrawSurface4_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2385 #define IDirectDrawSurface4_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2386 #define IDirectDrawSurface4_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2387 #define IDirectDrawSurface4_Unlock(p,a) (p)->lpVtbl->Unlock(p,a) argument
2388 #define IDirectDrawSurface4_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2389 #define IDirectDrawSurface4_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2390 #define IDirectDrawSurface4_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2392 #define IDirectDrawSurface4_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2393 #define IDirectDrawSurface4_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2394 #define IDirectDrawSurface4_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2396 #define IDirectDrawSurface4_SetSurfaceDesc(p,a,b) (p)->lpVtbl->SetSurfaceDesc(p,a,b) argument
2398 #define IDirectDrawSurface4_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d) argument
2399 #define IDirectDrawSurface4_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c) argument
2400 #define IDirectDrawSurface4_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a) argument
2401 #define IDirectDrawSurface4_GetUniquenessValue(p,a) (p)->lpVtbl->GetUniquenessValue(p,a) argument
2402 #define IDirectDrawSurface4_ChangeUniquenessValue(p) (p)->lpVtbl->ChangeUniquenessValue(p) argument
2405 #define IDirectDrawSurface4_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2406 #define IDirectDrawSurface4_AddRef(p) (p)->AddRef() argument
2407 #define IDirectDrawSurface4_Release(p) (p)->Release() argument
2409 #define IDirectDrawSurface4_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2410 #define IDirectDrawSurface4_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2411 #define IDirectDrawSurface4_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2412 #define IDirectDrawSurface4_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2413 #define IDirectDrawSurface4_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2414 #define IDirectDrawSurface4_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2415 #define IDirectDrawSurface4_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2416 #define IDirectDrawSurface4_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2417 #define IDirectDrawSurface4_Flip(p,a,b) (p)->Flip(a,b) argument
2418 #define IDirectDrawSurface4_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2419 #define IDirectDrawSurface4_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2420 #define IDirectDrawSurface4_GetCaps(p,a) (p)->GetCaps(a) argument
2421 #define IDirectDrawSurface4_GetClipper(p,a) (p)->GetClipper(a) argument
2422 #define IDirectDrawSurface4_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2423 #define IDirectDrawSurface4_GetDC(p,a) (p)->GetDC(a) argument
2424 #define IDirectDrawSurface4_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2425 #define IDirectDrawSurface4_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2426 #define IDirectDrawSurface4_GetPalette(p,a) (p)->GetPalette(a) argument
2427 #define IDirectDrawSurface4_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2428 #define IDirectDrawSurface4_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2429 #define IDirectDrawSurface4_Initialize(p,a,b) (p)->Initialize(a,b) argument
2430 #define IDirectDrawSurface4_IsLost(p) (p)->IsLost() argument
2431 #define IDirectDrawSurface4_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2432 #define IDirectDrawSurface4_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2433 #define IDirectDrawSurface4_Restore(p) (p)->Restore() argument
2434 #define IDirectDrawSurface4_SetClipper(p,a) (p)->SetClipper(a) argument
2435 #define IDirectDrawSurface4_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2436 #define IDirectDrawSurface4_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2437 #define IDirectDrawSurface4_SetPalette(p,a) (p)->SetPalette(a) argument
2438 #define IDirectDrawSurface4_Unlock(p,a) (p)->Unlock(a) argument
2439 #define IDirectDrawSurface4_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2440 #define IDirectDrawSurface4_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2441 #define IDirectDrawSurface4_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2443 #define IDirectDrawSurface4_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2444 #define IDirectDrawSurface4_PageLock(p,a) (p)->PageLock(a) argument
2445 #define IDirectDrawSurface4_PageUnlock(p,a) (p)->PageUnlock(a) argument
2447 #define IDirectDrawSurface4_SetSurfaceDesc(p,a,b) (p)->SetSurfaceDesc(a,b) argument
2449 #define IDirectDrawSurface4_SetPrivateData(p,a,b,c,d) (p)->SetPrivateData(a,b,c,d) argument
2450 #define IDirectDrawSurface4_GetPrivateData(p,a,b,c) (p)->GetPrivateData(a,b,c) argument
2451 #define IDirectDrawSurface4_FreePrivateData(p,a) (p)->FreePrivateData(a) argument
2452 #define IDirectDrawSurface4_GetUniquenessValue(p,a) (p)->GetUniquenessValue(a) argument
2453 #define IDirectDrawSurface4_ChangeUniquenessValue(p) (p)->ChangeUniquenessValue() argument
2523 #define IDirectDrawSurface7_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2524 #define IDirectDrawSurface7_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2525 #define IDirectDrawSurface7_Release(p) (p)->lpVtbl->Release(p) argument
2527 #define IDirectDrawSurface7_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2528 #define IDirectDrawSurface7_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2529 #define IDirectDrawSurface7_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2530 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2531 #define IDirectDrawSurface7_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2532 #define IDirectDrawSurface7_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2533 #define IDirectDrawSurface7_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2534 #define IDirectDrawSurface7_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2535 #define IDirectDrawSurface7_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2536 #define IDirectDrawSurface7_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2537 #define IDirectDrawSurface7_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2538 #define IDirectDrawSurface7_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
2539 #define IDirectDrawSurface7_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2540 #define IDirectDrawSurface7_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2541 #define IDirectDrawSurface7_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2542 #define IDirectDrawSurface7_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2543 #define IDirectDrawSurface7_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2544 #define IDirectDrawSurface7_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2545 #define IDirectDrawSurface7_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2546 #define IDirectDrawSurface7_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2547 #define IDirectDrawSurface7_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2548 #define IDirectDrawSurface7_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2549 #define IDirectDrawSurface7_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2550 #define IDirectDrawSurface7_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2551 #define IDirectDrawSurface7_Restore(p) (p)->lpVtbl->Restore(p) argument
2552 #define IDirectDrawSurface7_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2553 #define IDirectDrawSurface7_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2554 #define IDirectDrawSurface7_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2555 #define IDirectDrawSurface7_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2556 #define IDirectDrawSurface7_Unlock(p,a) (p)->lpVtbl->Unlock(p,a) argument
2557 #define IDirectDrawSurface7_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2558 #define IDirectDrawSurface7_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2559 #define IDirectDrawSurface7_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2561 #define IDirectDrawSurface7_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2562 #define IDirectDrawSurface7_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2563 #define IDirectDrawSurface7_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2565 #define IDirectDrawSurface7_SetSurfaceDesc(p,a,b) (p)->lpVtbl->SetSurfaceDesc(p,a,b) argument
2567 #define IDirectDrawSurface7_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d) argument
2568 #define IDirectDrawSurface7_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c) argument
2569 #define IDirectDrawSurface7_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a) argument
2570 #define IDirectDrawSurface7_GetUniquenessValue(p,a) (p)->lpVtbl->GetUniquenessValue(p,a) argument
2571 #define IDirectDrawSurface7_ChangeUniquenessValue(p) (p)->lpVtbl->ChangeUniquenessValue(p) argument
2573 #define IDirectDrawSurface7_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a) argument
2574 #define IDirectDrawSurface7_GetPriority(p,a) (p)->lpVtbl->GetPriority(p,a) argument
2575 #define IDirectDrawSurface7_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a) argument
2576 #define IDirectDrawSurface7_GetLOD(p,a) (p)->lpVtbl->GetLOD(p,a) argument
2579 #define IDirectDrawSurface7_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2580 #define IDirectDrawSurface7_AddRef(p) (p)->AddRef() argument
2581 #define IDirectDrawSurface7_Release(p) (p)->Release() argument
2583 #define IDirectDrawSurface7_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2584 #define IDirectDrawSurface7_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2585 #define IDirectDrawSurface7_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2586 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2587 #define IDirectDrawSurface7_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2588 #define IDirectDrawSurface7_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2589 #define IDirectDrawSurface7_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2590 #define IDirectDrawSurface7_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2591 #define IDirectDrawSurface7_Flip(p,a,b) (p)->Flip(a,b) argument
2592 #define IDirectDrawSurface7_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2593 #define IDirectDrawSurface7_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2594 #define IDirectDrawSurface7_GetCaps(p,a) (p)->GetCaps(a) argument
2595 #define IDirectDrawSurface7_GetClipper(p,a) (p)->GetClipper(a) argument
2596 #define IDirectDrawSurface7_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2597 #define IDirectDrawSurface7_GetDC(p,a) (p)->GetDC(a) argument
2598 #define IDirectDrawSurface7_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2599 #define IDirectDrawSurface7_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2600 #define IDirectDrawSurface7_GetPalette(p,a) (p)->GetPalette(a) argument
2601 #define IDirectDrawSurface7_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2602 #define IDirectDrawSurface7_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2603 #define IDirectDrawSurface7_Initialize(p,a,b) (p)->Initialize(a,b) argument
2604 #define IDirectDrawSurface7_IsLost(p) (p)->IsLost() argument
2605 #define IDirectDrawSurface7_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2606 #define IDirectDrawSurface7_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2607 #define IDirectDrawSurface7_Restore(p) (p)->Restore() argument
2608 #define IDirectDrawSurface7_SetClipper(p,a) (p)->SetClipper(a) argument
2609 #define IDirectDrawSurface7_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2610 #define IDirectDrawSurface7_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2611 #define IDirectDrawSurface7_SetPalette(p,a) (p)->SetPalette(a) argument
2612 #define IDirectDrawSurface7_Unlock(p,a) (p)->Unlock(a) argument
2613 #define IDirectDrawSurface7_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2614 #define IDirectDrawSurface7_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2615 #define IDirectDrawSurface7_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2617 #define IDirectDrawSurface7_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2618 #define IDirectDrawSurface7_PageLock(p,a) (p)->PageLock(a) argument
2619 #define IDirectDrawSurface7_PageUnlock(p,a) (p)->PageUnlock(a) argument
2621 #define IDirectDrawSurface7_SetSurfaceDesc(p,a,b) (p)->SetSurfaceDesc(a,b) argument
2623 #define IDirectDrawSurface7_SetPrivateData(p,a,b,c,d) (p)->SetPrivateData(a,b,c,d) argument
2624 #define IDirectDrawSurface7_GetPrivateData(p,a,b,c) (p)->GetPrivateData(a,b,c) argument
2625 #define IDirectDrawSurface7_FreePrivateData(p,a) (p)->FreePrivateData(a) argument
2626 #define IDirectDrawSurface7_GetUniquenessValue(p,a) (p)->GetUniquenessValue(a) argument
2627 #define IDirectDrawSurface7_ChangeUniquenessValue(p) (p)->ChangeUniquenessValue() argument
2629 #define IDirectDrawSurface7_SetPriority(p,a) (p)->SetPriority(a) argument
2630 #define IDirectDrawSurface7_GetPriority(p,a) (p)->GetPriority(a) argument
2631 #define IDirectDrawSurface7_SetLOD(p,a) (p)->SetLOD(a) argument
2632 #define IDirectDrawSurface7_GetLOD(p,a) (p)->GetLOD(a) argument
2653 #define IDirectDrawColorControl_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2654 #define IDirectDrawColorControl_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2655 #define IDirectDrawColorControl_Release(p) (p)->lpVtbl->Release(p) argument
2657 #define IDirectDrawColorControl_GetColorControls(p,a) (p)->lpVtbl->GetColorControls(p,a) argument
2658 #define IDirectDrawColorControl_SetColorControls(p,a) (p)->lpVtbl->SetColorControls(p,a) argument
2661 #define IDirectDrawColorControl_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2662 #define IDirectDrawColorControl_AddRef(p) (p)->AddRef() argument
2663 #define IDirectDrawColorControl_Release(p) (p)->Release() argument
2665 #define IDirectDrawColorControl_GetColorControls(p,a) (p)->GetColorControls(a) argument
2666 #define IDirectDrawColorControl_SetColorControls(p,a) (p)->SetColorControls(a) argument
2687 #define IDirectDrawGammaControl_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2688 #define IDirectDrawGammaControl_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2689 #define IDirectDrawGammaControl_Release(p) (p)->lpVtbl->Release(p) argument
2691 #define IDirectDrawGammaControl_GetGammaRamp(p,a,b) (p)->lpVtbl->GetGammaRamp(p,a,b) argument
2692 #define IDirectDrawGammaControl_SetGammaRamp(p,a,b) (p)->lpVtbl->SetGammaRamp(p,a,b) argument
2695 #define IDirectDrawGammaControl_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2696 #define IDirectDrawGammaControl_AddRef(p) (p)->AddRef() argument
2697 #define IDirectDrawGammaControl_Release(p) (p)->Release() argument
2699 #define IDirectDrawGammaControl_GetGammaRamp(p,a,b) (p)->GetGammaRamp(a,b) argument
2700 #define IDirectDrawGammaControl_SetGammaRamp(p,a,b) (p)->SetGammaRamp(a,b) argument