Lines Matching defs:p

1431          #define IDirectDraw_QueryInterface(p, a, b)         (p)->lpVtbl->QueryInterface(p, a, b)  argument
1432 #define IDirectDraw_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1433 #define IDirectDraw_Release(p) (p)->lpVtbl->Release(p) argument
1434 #define IDirectDraw_Compact(p) (p)->lpVtbl->Compact(p) argument
1435 #define IDirectDraw_CreateClipper(p, a, b, c) (p)->lpVtbl->CreateClipper(p, a, b, c) argument
1436 … #define IDirectDraw_CreatePalette(p, a, b, c, d) (p)->lpVtbl->CreatePalette(p, a, b, c, d) argument
1437 #define IDirectDraw_CreateSurface(p, a, b, c) (p)->lpVtbl->CreateSurface(p, a, b, c) argument
1438 #define IDirectDraw_DuplicateSurface(p, a, b) (p)->lpVtbl->DuplicateSurface(p, a, b) argument
1439 … #define IDirectDraw_EnumDisplayModes(p, a, b, c, d) (p)->lpVtbl->EnumDisplayModes(p, a, b, c, d) argument
1440 … #define IDirectDraw_EnumSurfaces(p, a, b, c, d) (p)->lpVtbl->EnumSurfaces(p, a, b, c, d) argument
1441 #define IDirectDraw_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1442 #define IDirectDraw_GetCaps(p, a, b) (p)->lpVtbl->GetCaps(p, a, b) argument
1443 #define IDirectDraw_GetDisplayMode(p, a) (p)->lpVtbl->GetDisplayMode(p, a) argument
1444 #define IDirectDraw_GetFourCCCodes(p, a, b) (p)->lpVtbl->GetFourCCCodes(p, a, b) argument
1445 #define IDirectDraw_GetGDISurface(p, a) (p)->lpVtbl->GetGDISurface(p, a) argument
1446 #define IDirectDraw_GetMonitorFrequency(p, a) (p)->lpVtbl->GetMonitorFrequency(p, a) argument
1447 #define IDirectDraw_GetScanLine(p, a) (p)->lpVtbl->GetScanLine(p, a) argument
1448 … #define IDirectDraw_GetVerticalBlankStatus(p, a) (p)->lpVtbl->GetVerticalBlankStatus(p, a) argument
1449 #define IDirectDraw_Initialize(p, a) (p)->lpVtbl->Initialize(p, a) argument
1450 #define IDirectDraw_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1451 … #define IDirectDraw_SetCooperativeLevel(p, a, b) (p)->lpVtbl->SetCooperativeLevel(p, a, b) argument
1452 #define IDirectDraw_SetDisplayMode(p, a, b, c) (p)->lpVtbl->SetDisplayMode(p, a, b, c) argument
1453 … #define IDirectDraw_WaitForVerticalBlank(p, a, b) (p)->lpVtbl->WaitForVerticalBlank(p, a, b) argument
1455 #define IDirectDraw_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1456 #define IDirectDraw_AddRef(p) (p)->AddRef() argument
1457 #define IDirectDraw_Release(p) (p)->Release() argument
1458 #define IDirectDraw_Compact(p) (p)->Compact() argument
1459 #define IDirectDraw_CreateClipper(p, a, b, c) (p)->CreateClipper(a, b, c) argument
1460 #define IDirectDraw_CreatePalette(p, a, b, c, d) (p)->CreatePalette(a, b, c, d) argument
1461 #define IDirectDraw_CreateSurface(p, a, b, c) (p)->CreateSurface(a, b, c) argument
1462 #define IDirectDraw_DuplicateSurface(p, a, b) (p)->DuplicateSurface(a, b) argument
1463 #define IDirectDraw_EnumDisplayModes(p, a, b, c, d) (p)->EnumDisplayModes(a, b, c, d) argument
1464 #define IDirectDraw_EnumSurfaces(p, a, b, c, d) (p)->EnumSurfaces(a, b, c, d) argument
1465 #define IDirectDraw_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1466 #define IDirectDraw_GetCaps(p, a, b) (p)->GetCaps(a, b) argument
1467 #define IDirectDraw_GetDisplayMode(p, a) (p)->GetDisplayMode(a) argument
1468 #define IDirectDraw_GetFourCCCodes(p, a, b) (p)->GetFourCCCodes(a, b) argument
1469 #define IDirectDraw_GetGDISurface(p, a) (p)->GetGDISurface(a) argument
1470 #define IDirectDraw_GetMonitorFrequency(p, a) (p)->GetMonitorFrequency(a) argument
1471 #define IDirectDraw_GetScanLine(p, a) (p)->GetScanLine(a) argument
1472 #define IDirectDraw_GetVerticalBlankStatus(p, a) (p)->GetVerticalBlankStatus(a) argument
1473 #define IDirectDraw_Initialize(p, a) (p)->Initialize(a) argument
1474 #define IDirectDraw_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1475 #define IDirectDraw_SetCooperativeLevel(p, a, b) (p)->SetCooperativeLevel(a, b) argument
1476 #define IDirectDraw_SetDisplayMode(p, a, b, c) (p)->SetDisplayMode(a, b, c) argument
1477 #define IDirectDraw_WaitForVerticalBlank(p, a, b) (p)->WaitForVerticalBlank(a, b) argument
1513 #define IDirectDraw2_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
1514 #define IDirectDraw2_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1515 #define IDirectDraw2_Release(p) (p)->lpVtbl->Release(p) argument
1516 #define IDirectDraw2_Compact(p) (p)->lpVtbl->Compact(p) argument
1517 #define IDirectDraw2_CreateClipper(p, a, b, c) (p)->lpVtbl->CreateClipper(p, a, b, c) argument
1518 … #define IDirectDraw2_CreatePalette(p, a, b, c, d) (p)->lpVtbl->CreatePalette(p, a, b, c, d) argument
1519 #define IDirectDraw2_CreateSurface(p, a, b, c) (p)->lpVtbl->CreateSurface(p, a, b, c) argument
1520 #define IDirectDraw2_DuplicateSurface(p, a, b) (p)->lpVtbl->DuplicateSurface(p, a, b) argument
1521 … #define IDirectDraw2_EnumDisplayModes(p, a, b, c, d) (p)->lpVtbl->EnumDisplayModes(p, a, b, c, d) argument
1522 … #define IDirectDraw2_EnumSurfaces(p, a, b, c, d) (p)->lpVtbl->EnumSurfaces(p, a, b, c, d) argument
1523 #define IDirectDraw2_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1524 #define IDirectDraw2_GetCaps(p, a, b) (p)->lpVtbl->GetCaps(p, a, b) argument
1525 #define IDirectDraw2_GetDisplayMode(p, a) (p)->lpVtbl->GetDisplayMode(p, a) argument
1526 #define IDirectDraw2_GetFourCCCodes(p, a, b) (p)->lpVtbl->GetFourCCCodes(p, a, b) argument
1527 #define IDirectDraw2_GetGDISurface(p, a) (p)->lpVtbl->GetGDISurface(p, a) argument
1528 #define IDirectDraw2_GetMonitorFrequency(p, a) (p)->lpVtbl->GetMonitorFrequency(p, a) argument
1529 #define IDirectDraw2_GetScanLine(p, a) (p)->lpVtbl->GetScanLine(p, a) argument
1530 … #define IDirectDraw2_GetVerticalBlankStatus(p, a) (p)->lpVtbl->GetVerticalBlankStatus(p, a) argument
1531 #define IDirectDraw2_Initialize(p, a) (p)->lpVtbl->Initialize(p, a) argument
1532 #define IDirectDraw2_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1533 … #define IDirectDraw2_SetCooperativeLevel(p, a, b) (p)->lpVtbl->SetCooperativeLevel(p, a, b) argument
1534 …#define IDirectDraw2_SetDisplayMode(p, a, b, c, d, e) (p)->lpVtbl->SetDisplayMode(p, a, b, c, d, e) argument
1535 … #define IDirectDraw2_WaitForVerticalBlank(p, a, b) (p)->lpVtbl->WaitForVerticalBlank(p, a, b) argument
1536 … #define IDirectDraw2_GetAvailableVidMem(p, a, b, c) (p)->lpVtbl->GetAvailableVidMem(p, a, b, c) argument
1538 #define IDirectDraw2_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1539 #define IDirectDraw2_AddRef(p) (p)->AddRef() argument
1540 #define IDirectDraw2_Release(p) (p)->Release() argument
1541 #define IDirectDraw2_Compact(p) (p)->Compact() argument
1542 #define IDirectDraw2_CreateClipper(p, a, b, c) (p)->CreateClipper(a, b, c) argument
1543 #define IDirectDraw2_CreatePalette(p, a, b, c, d) (p)->CreatePalette(a, b, c, d) argument
1544 #define IDirectDraw2_CreateSurface(p, a, b, c) (p)->CreateSurface(a, b, c) argument
1545 #define IDirectDraw2_DuplicateSurface(p, a, b) (p)->DuplicateSurface(a, b) argument
1546 #define IDirectDraw2_EnumDisplayModes(p, a, b, c, d) (p)->EnumDisplayModes(a, b, c, d) argument
1547 #define IDirectDraw2_EnumSurfaces(p, a, b, c, d) (p)->EnumSurfaces(a, b, c, d) argument
1548 #define IDirectDraw2_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1549 #define IDirectDraw2_GetCaps(p, a, b) (p)->GetCaps(a, b) argument
1550 #define IDirectDraw2_GetDisplayMode(p, a) (p)->GetDisplayMode(a) argument
1551 #define IDirectDraw2_GetFourCCCodes(p, a, b) (p)->GetFourCCCodes(a, b) argument
1552 #define IDirectDraw2_GetGDISurface(p, a) (p)->GetGDISurface(a) argument
1553 #define IDirectDraw2_GetMonitorFrequency(p, a) (p)->GetMonitorFrequency(a) argument
1554 #define IDirectDraw2_GetScanLine(p, a) (p)->GetScanLine(a) argument
1555 #define IDirectDraw2_GetVerticalBlankStatus(p, a) (p)->GetVerticalBlankStatus(a) argument
1556 #define IDirectDraw2_Initialize(p, a) (p)->Initialize(a) argument
1557 #define IDirectDraw2_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1558 #define IDirectDraw2_SetCooperativeLevel(p, a, b) (p)->SetCooperativeLevel(a, b) argument
1559 #define IDirectDraw2_SetDisplayMode(p, a, b, c, d, e) (p)->SetDisplayMode(a, b, c, d, e) argument
1560 #define IDirectDraw2_WaitForVerticalBlank(p, a, b) (p)->WaitForVerticalBlank(a, b) argument
1561 #define IDirectDraw2_GetAvailableVidMem(p, a, b, c) (p)->GetAvailableVidMem(a, b, c) argument
1598 #define IDirectDraw3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1599 #define IDirectDraw3_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1600 #define IDirectDraw3_Release(p) (p)->lpVtbl->Release(p) argument
1601 #define IDirectDraw3_Compact(p) (p)->lpVtbl->Compact(p) argument
1602 #define IDirectDraw3_CreateClipper(p,a,b,c) (p)->lpVtbl->CreateClipper(p,a,b,c) argument
1603 #define IDirectDraw3_CreatePalette(p,a,b,c,d) (p)->lpVtbl->CreatePalette(p,a,b,c,d) argument
1604 #define IDirectDraw3_CreateSurface(p,a,b,c) (p)->lpVtbl->CreateSurface(p,a,b,c) argument
1605 #define IDirectDraw3_DuplicateSurface(p,a,b) (p)->lpVtbl->DuplicateSurface(p,a,b) argument
1606 #define IDirectDraw3_EnumDisplayModes(p,a,b,c,d) (p)->lpVtbl->EnumDisplayModes(p,a,b,c,d) argument
1607 #define IDirectDraw3_EnumSurfaces(p,a,b,c,d) (p)->lpVtbl->EnumSurfaces(p,a,b,c,d) argument
1608 #define IDirectDraw3_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1609 #define IDirectDraw3_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) argument
1610 #define IDirectDraw3_GetDisplayMode(p,a) (p)->lpVtbl->GetDisplayMode(p,a) argument
1611 #define IDirectDraw3_GetFourCCCodes(p,a,b) (p)->lpVtbl->GetFourCCCodes(p,a,b) argument
1612 #define IDirectDraw3_GetGDISurface(p,a) (p)->lpVtbl->GetGDISurface(p,a) argument
1613 #define IDirectDraw3_GetMonitorFrequency(p,a) (p)->lpVtbl->GetMonitorFrequency(p,a) argument
1614 #define IDirectDraw3_GetScanLine(p,a) (p)->lpVtbl->GetScanLine(p,a) argument
1615 #define IDirectDraw3_GetVerticalBlankStatus(p,a) (p)->lpVtbl->GetVerticalBlankStatus(p,a) argument
1616 #define IDirectDraw3_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
1617 #define IDirectDraw3_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1618 #define IDirectDraw3_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
1619 #define IDirectDraw3_SetDisplayMode(p,a,b,c,d,e) (p)->lpVtbl->SetDisplayMode(p,a,b,c,d,e) argument
1620 #define IDirectDraw3_WaitForVerticalBlank(p,a,b) (p)->lpVtbl->WaitForVerticalBlank(p,a,b) argument
1621 #define IDirectDraw3_GetAvailableVidMem(p,a,b,c) (p)->lpVtbl->GetAvailableVidMem(p,a,b,c) argument
1622 #define IDirectDraw3_GetSurfaceFromDC(p,a,b) (p)->lpVtbl->GetSurfaceFromDC(p,a,b) argument
1624 #define IDirectDraw3_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1625 #define IDirectDraw3_AddRef(p) (p)->AddRef() argument
1626 #define IDirectDraw3_Release(p) (p)->Release() argument
1627 #define IDirectDraw3_Compact(p) (p)->Compact() argument
1628 #define IDirectDraw3_CreateClipper(p,a,b,c) (p)->CreateClipper(a,b,c) argument
1629 #define IDirectDraw3_CreatePalette(p,a,b,c,d) (p)->CreatePalette(a,b,c,d) argument
1630 #define IDirectDraw3_CreateSurface(p,a,b,c) (p)->CreateSurface(a,b,c) argument
1631 #define IDirectDraw3_DuplicateSurface(p,a,b) (p)->DuplicateSurface(a,b) argument
1632 #define IDirectDraw3_EnumDisplayModes(p,a,b,c,d) (p)->EnumDisplayModes(a,b,c,d) argument
1633 #define IDirectDraw3_EnumSurfaces(p,a,b,c,d) (p)->EnumSurfaces(a,b,c,d) argument
1634 #define IDirectDraw3_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1635 #define IDirectDraw3_GetCaps(p,a,b) (p)->GetCaps(a,b) argument
1636 #define IDirectDraw3_GetDisplayMode(p,a) (p)->GetDisplayMode(a) argument
1637 #define IDirectDraw3_GetFourCCCodes(p,a,b) (p)->GetFourCCCodes(a,b) argument
1638 #define IDirectDraw3_GetGDISurface(p,a) (p)->GetGDISurface(a) argument
1639 #define IDirectDraw3_GetMonitorFrequency(p,a) (p)->GetMonitorFrequency(a) argument
1640 #define IDirectDraw3_GetScanLine(p,a) (p)->GetScanLine(a) argument
1641 #define IDirectDraw3_GetVerticalBlankStatus(p,a) (p)->GetVerticalBlankStatus(a) argument
1642 #define IDirectDraw3_Initialize(p,a) (p)->Initialize(a) argument
1643 #define IDirectDraw3_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1644 #define IDirectDraw3_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
1645 #define IDirectDraw3_SetDisplayMode(p,a,b,c,d,e) (p)->SetDisplayMode(a,b,c,d,e) argument
1646 #define IDirectDraw3_WaitForVerticalBlank(p,a,b) (p)->WaitForVerticalBlank(a,b) argument
1647 #define IDirectDraw3_GetAvailableVidMem(p,a,b,c) (p)->GetAvailableVidMem(a,b,c) argument
1648 #define IDirectDraw3_GetSurfaceFromDC(p,a,b) (p)->GetSurfaceFromDC(a,b) argument
1689 #define IDirectDraw4_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
1690 #define IDirectDraw4_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1691 #define IDirectDraw4_Release(p) (p)->lpVtbl->Release(p) argument
1692 #define IDirectDraw4_Compact(p) (p)->lpVtbl->Compact(p) argument
1693 #define IDirectDraw4_CreateClipper(p, a, b, c) (p)->lpVtbl->CreateClipper(p, a, b, c) argument
1694 … #define IDirectDraw4_CreatePalette(p, a, b, c, d) (p)->lpVtbl->CreatePalette(p, a, b, c, d) argument
1695 #define IDirectDraw4_CreateSurface(p, a, b, c) (p)->lpVtbl->CreateSurface(p, a, b, c) argument
1696 #define IDirectDraw4_DuplicateSurface(p, a, b) (p)->lpVtbl->DuplicateSurface(p, a, b) argument
1697 … #define IDirectDraw4_EnumDisplayModes(p, a, b, c, d) (p)->lpVtbl->EnumDisplayModes(p, a, b, c, d) argument
1698 … #define IDirectDraw4_EnumSurfaces(p, a, b, c, d) (p)->lpVtbl->EnumSurfaces(p, a, b, c, d) argument
1699 #define IDirectDraw4_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1700 #define IDirectDraw4_GetCaps(p, a, b) (p)->lpVtbl->GetCaps(p, a, b) argument
1701 #define IDirectDraw4_GetDisplayMode(p, a) (p)->lpVtbl->GetDisplayMode(p, a) argument
1702 #define IDirectDraw4_GetFourCCCodes(p, a, b) (p)->lpVtbl->GetFourCCCodes(p, a, b) argument
1703 #define IDirectDraw4_GetGDISurface(p, a) (p)->lpVtbl->GetGDISurface(p, a) argument
1704 #define IDirectDraw4_GetMonitorFrequency(p, a) (p)->lpVtbl->GetMonitorFrequency(p, a) argument
1705 #define IDirectDraw4_GetScanLine(p, a) (p)->lpVtbl->GetScanLine(p, a) argument
1706 … #define IDirectDraw4_GetVerticalBlankStatus(p, a) (p)->lpVtbl->GetVerticalBlankStatus(p, a) argument
1707 #define IDirectDraw4_Initialize(p, a) (p)->lpVtbl->Initialize(p, a) argument
1708 #define IDirectDraw4_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1709 … #define IDirectDraw4_SetCooperativeLevel(p, a, b) (p)->lpVtbl->SetCooperativeLevel(p, a, b) argument
1710 …#define IDirectDraw4_SetDisplayMode(p, a, b, c, d, e) (p)->lpVtbl->SetDisplayMode(p, a, b, c, d, e) argument
1711 … #define IDirectDraw4_WaitForVerticalBlank(p, a, b) (p)->lpVtbl->WaitForVerticalBlank(p, a, b) argument
1712 … #define IDirectDraw4_GetAvailableVidMem(p, a, b, c) (p)->lpVtbl->GetAvailableVidMem(p, a, b, c) argument
1713 #define IDirectDraw4_GetSurfaceFromDC(p, a, b) (p)->lpVtbl->GetSurfaceFromDC(p, a, b) argument
1714 #define IDirectDraw4_RestoreAllSurfaces(p) (p)->lpVtbl->RestoreAllSurfaces(p) argument
1715 #define IDirectDraw4_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p) argument
1716 … #define IDirectDraw4_GetDeviceIdentifier(p,a,b) (p)->lpVtbl->GetDeviceIdentifier(p,a,b) argument
1718 #define IDirectDraw4_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1719 #define IDirectDraw4_AddRef(p) (p)->AddRef() argument
1720 #define IDirectDraw4_Release(p) (p)->Release() argument
1721 #define IDirectDraw4_Compact(p) (p)->Compact() argument
1722 #define IDirectDraw4_CreateClipper(p, a, b, c) (p)->CreateClipper(a, b, c) argument
1723 #define IDirectDraw4_CreatePalette(p, a, b, c, d) (p)->CreatePalette(a, b, c, d) argument
1724 #define IDirectDraw4_CreateSurface(p, a, b, c) (p)->CreateSurface(a, b, c) argument
1725 #define IDirectDraw4_DuplicateSurface(p, a, b) (p)->DuplicateSurface(a, b) argument
1726 #define IDirectDraw4_EnumDisplayModes(p, a, b, c, d) (p)->EnumDisplayModes(a, b, c, d) argument
1727 #define IDirectDraw4_EnumSurfaces(p, a, b, c, d) (p)->EnumSurfaces(a, b, c, d) argument
1728 #define IDirectDraw4_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1729 #define IDirectDraw4_GetCaps(p, a, b) (p)->GetCaps(a, b) argument
1730 #define IDirectDraw4_GetDisplayMode(p, a) (p)->GetDisplayMode(a) argument
1731 #define IDirectDraw4_GetFourCCCodes(p, a, b) (p)->GetFourCCCodes(a, b) argument
1732 #define IDirectDraw4_GetGDISurface(p, a) (p)->GetGDISurface(a) argument
1733 #define IDirectDraw4_GetMonitorFrequency(p, a) (p)->GetMonitorFrequency(a) argument
1734 #define IDirectDraw4_GetScanLine(p, a) (p)->GetScanLine(a) argument
1735 #define IDirectDraw4_GetVerticalBlankStatus(p, a) (p)->GetVerticalBlankStatus(a) argument
1736 #define IDirectDraw4_Initialize(p, a) (p)->Initialize(a) argument
1737 #define IDirectDraw4_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1738 #define IDirectDraw4_SetCooperativeLevel(p, a, b) (p)->SetCooperativeLevel(a, b) argument
1739 #define IDirectDraw4_SetDisplayMode(p, a, b, c, d, e) (p)->SetDisplayMode(a, b, c, d, e) argument
1740 #define IDirectDraw4_WaitForVerticalBlank(p, a, b) (p)->WaitForVerticalBlank(a, b) argument
1741 #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(p) (p)->RestoreAllSurfaces() argument
1744 #define IDirectDraw4_TestCooperativeLevel(p) (p)->TestCooperativeLevel() argument
1745 #define IDirectDraw4_GetDeviceIdentifier(p,a,b) (p)->GetDeviceIdentifier(a,b) argument
1787 #define IDirectDraw7_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
1788 #define IDirectDraw7_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1789 #define IDirectDraw7_Release(p) (p)->lpVtbl->Release(p) argument
1790 #define IDirectDraw7_Compact(p) (p)->lpVtbl->Compact(p) argument
1791 #define IDirectDraw7_CreateClipper(p, a, b, c) (p)->lpVtbl->CreateClipper(p, a, b, c) argument
1792 … #define IDirectDraw7_CreatePalette(p, a, b, c, d) (p)->lpVtbl->CreatePalette(p, a, b, c, d) argument
1793 #define IDirectDraw7_CreateSurface(p, a, b, c) (p)->lpVtbl->CreateSurface(p, a, b, c) argument
1794 #define IDirectDraw7_DuplicateSurface(p, a, b) (p)->lpVtbl->DuplicateSurface(p, a, b) argument
1795 … #define IDirectDraw7_EnumDisplayModes(p, a, b, c, d) (p)->lpVtbl->EnumDisplayModes(p, a, b, c, d) argument
1796 … #define IDirectDraw7_EnumSurfaces(p, a, b, c, d) (p)->lpVtbl->EnumSurfaces(p, a, b, c, d) argument
1797 #define IDirectDraw7_FlipToGDISurface(p) (p)->lpVtbl->FlipToGDISurface(p) argument
1798 #define IDirectDraw7_GetCaps(p, a, b) (p)->lpVtbl->GetCaps(p, a, b) argument
1799 #define IDirectDraw7_GetDisplayMode(p, a) (p)->lpVtbl->GetDisplayMode(p, a) argument
1800 #define IDirectDraw7_GetFourCCCodes(p, a, b) (p)->lpVtbl->GetFourCCCodes(p, a, b) argument
1801 #define IDirectDraw7_GetGDISurface(p, a) (p)->lpVtbl->GetGDISurface(p, a) argument
1802 #define IDirectDraw7_GetMonitorFrequency(p, a) (p)->lpVtbl->GetMonitorFrequency(p, a) argument
1803 #define IDirectDraw7_GetScanLine(p, a) (p)->lpVtbl->GetScanLine(p, a) argument
1804 … #define IDirectDraw7_GetVerticalBlankStatus(p, a) (p)->lpVtbl->GetVerticalBlankStatus(p, a) argument
1805 #define IDirectDraw7_Initialize(p, a) (p)->lpVtbl->Initialize(p, a) argument
1806 #define IDirectDraw7_RestoreDisplayMode(p) (p)->lpVtbl->RestoreDisplayMode(p) argument
1807 … #define IDirectDraw7_SetCooperativeLevel(p, a, b) (p)->lpVtbl->SetCooperativeLevel(p, a, b) argument
1808 …#define IDirectDraw7_SetDisplayMode(p, a, b, c, d, e) (p)->lpVtbl->SetDisplayMode(p, a, b, c, d, e) argument
1809 … #define IDirectDraw7_WaitForVerticalBlank(p, a, b) (p)->lpVtbl->WaitForVerticalBlank(p, a, b) argument
1810 … #define IDirectDraw7_GetAvailableVidMem(p, a, b, c) (p)->lpVtbl->GetAvailableVidMem(p, a, b, c) argument
1811 #define IDirectDraw7_GetSurfaceFromDC(p, a, b) (p)->lpVtbl->GetSurfaceFromDC(p, a, b) argument
1812 #define IDirectDraw7_RestoreAllSurfaces(p) (p)->lpVtbl->RestoreAllSurfaces(p) argument
1813 #define IDirectDraw7_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p) argument
1814 … #define IDirectDraw7_GetDeviceIdentifier(p,a,b) (p)->lpVtbl->GetDeviceIdentifier(p,a,b) argument
1815 #define IDirectDraw7_StartModeTest(p,a,b,c) (p)->lpVtbl->StartModeTest(p,a,b,c) argument
1816 #define IDirectDraw7_EvaluateMode(p,a,b) (p)->lpVtbl->EvaluateMode(p,a,b) argument
1818 #define IDirectDraw7_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1819 #define IDirectDraw7_AddRef(p) (p)->AddRef() argument
1820 #define IDirectDraw7_Release(p) (p)->Release() argument
1821 #define IDirectDraw7_Compact(p) (p)->Compact() argument
1822 #define IDirectDraw7_CreateClipper(p, a, b, c) (p)->CreateClipper(a, b, c) argument
1823 #define IDirectDraw7_CreatePalette(p, a, b, c, d) (p)->CreatePalette(a, b, c, d) argument
1824 #define IDirectDraw7_CreateSurface(p, a, b, c) (p)->CreateSurface(a, b, c) argument
1825 #define IDirectDraw7_DuplicateSurface(p, a, b) (p)->DuplicateSurface(a, b) argument
1826 #define IDirectDraw7_EnumDisplayModes(p, a, b, c, d) (p)->EnumDisplayModes(a, b, c, d) argument
1827 #define IDirectDraw7_EnumSurfaces(p, a, b, c, d) (p)->EnumSurfaces(a, b, c, d) argument
1828 #define IDirectDraw7_FlipToGDISurface(p) (p)->FlipToGDISurface() argument
1829 #define IDirectDraw7_GetCaps(p, a, b) (p)->GetCaps(a, b) argument
1830 #define IDirectDraw7_GetDisplayMode(p, a) (p)->GetDisplayMode(a) argument
1831 #define IDirectDraw7_GetFourCCCodes(p, a, b) (p)->GetFourCCCodes(a, b) argument
1832 #define IDirectDraw7_GetGDISurface(p, a) (p)->GetGDISurface(a) argument
1833 #define IDirectDraw7_GetMonitorFrequency(p, a) (p)->GetMonitorFrequency(a) argument
1834 #define IDirectDraw7_GetScanLine(p, a) (p)->GetScanLine(a) argument
1835 #define IDirectDraw7_GetVerticalBlankStatus(p, a) (p)->GetVerticalBlankStatus(a) argument
1836 #define IDirectDraw7_Initialize(p, a) (p)->Initialize(a) argument
1837 #define IDirectDraw7_RestoreDisplayMode(p) (p)->RestoreDisplayMode() argument
1838 #define IDirectDraw7_SetCooperativeLevel(p, a, b) (p)->SetCooperativeLevel(a, b) argument
1839 #define IDirectDraw7_SetDisplayMode(p, a, b, c, d, e) (p)->SetDisplayMode(a, b, c, d, e) argument
1840 #define IDirectDraw7_WaitForVerticalBlank(p, a, b) (p)->WaitForVerticalBlank(a, b) argument
1841 #define IDirectDraw7_GetAvailableVidMem(p, a, b, c) (p)->GetAvailableVidMem(a, b, c) argument
1842 #define IDirectDraw7_GetSurfaceFromDC(p, a, b) (p)->GetSurfaceFromDC(a, b) argument
1843 #define IDirectDraw7_RestoreAllSurfaces(p) (p)->RestoreAllSurfaces() argument
1844 #define IDirectDraw7_TestCooperativeLevel(p) (p)->TestCooperativeLevel() argument
1845 #define IDirectDraw7_GetDeviceIdentifier(p,a,b) (p)->GetDeviceIdentifier(a,b) argument
1846 #define IDirectDraw7_StartModeTest(p,a,b,c) (p)->lpVtbl->StartModeTest(a,b,c) argument
1847 #define IDirectDraw7_EvaluateMode(p,a,b) (p)->lpVtbl->EvaluateMode(a,b) argument
1866 … #define IDirectDrawPalette_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
1867 #define IDirectDrawPalette_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1868 #define IDirectDrawPalette_Release(p) (p)->lpVtbl->Release(p) argument
1869 #define IDirectDrawPalette_GetCaps(p, a) (p)->lpVtbl->GetCaps(p, a) argument
1870 … #define IDirectDrawPalette_GetEntries(p, a, b, c, d) (p)->lpVtbl->GetEntries(p, a, b, c, d) argument
1871 #define IDirectDrawPalette_Initialize(p, a, b, c) (p)->lpVtbl->Initialize(p, a, b, c) argument
1872 … #define IDirectDrawPalette_SetEntries(p, a, b, c, d) (p)->lpVtbl->SetEntries(p, a, b, c, d) argument
1874 #define IDirectDrawPalette_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1875 #define IDirectDrawPalette_AddRef(p) (p)->AddRef() argument
1876 #define IDirectDrawPalette_Release(p) (p)->Release() argument
1877 #define IDirectDrawPalette_GetCaps(p, a) (p)->GetCaps(a) argument
1878 #define IDirectDrawPalette_GetEntries(p, a, b, c, d) (p)->GetEntries(a, b, c, d) argument
1879 #define IDirectDrawPalette_Initialize(p, a, b, c) (p)->Initialize(a, b, c) argument
1880 #define IDirectDrawPalette_SetEntries(p, a, b, c, d) (p)->SetEntries(a, b, c, d) argument
1897 … #define IDirectDrawGammaControl_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
1898 #define IDirectDrawGammaControl_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1899 #define IDirectDrawGammaControl_Release(p) (p)->lpVtbl->Release(p) argument
1900 #define IDirectDrawGammaControl_GetGammaRamp(p, a, b) (p)->lpVtbl->GetGammaRamp(p, a, b) argument
1901 #define IDirectDrawGammaControl_SetGammaRamp(p, a, b) (p)->lpVtbl->SetGammaRamp(p, a, b) argument
1903 #define IDirectDrawGammaControl_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1904 #define IDirectDrawGammaControl_AddRef(p) (p)->AddRef() argument
1905 #define IDirectDrawGammaControl_Release(p) (p)->Release() argument
1906 #define IDirectDrawGammaControl_GetGammaRamp(p, a, b) (p)->GetGammaRamp(a, b) argument
1907 #define IDirectDrawGammaControl_SetGammaRamp(p, a, b) (p)->SetGammaRamp(a, b) argument
1924 … #define IDirectDrawColorControl_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
1925 #define IDirectDrawColorControl_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1926 #define IDirectDrawColorControl_Release(p) (p)->lpVtbl->Release(p) argument
1927 … #define IDirectDrawColorControl_GetColorControls(p, a) (p)->lpVtbl->GetColorControls(p, a) argument
1928 … #define IDirectDrawColorControl_SetColorControls(p, a) (p)->lpVtbl->SetColorControls(p, a) argument
1930 #define IDirectDrawColorControl_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1931 #define IDirectDrawColorControl_AddRef(p) (p)->AddRef() argument
1932 #define IDirectDrawColorControl_Release(p) (p)->Release() argument
1933 #define IDirectDrawColorControl_GetColorControls(p, a) (p)->GetColorControls(a) argument
1934 #define IDirectDrawColorControl_SetColorControls(p, a) (p)->SetColorControls(a) argument
1955 #define IDirectDrawClipper_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
1956 #define IDirectDrawClipper_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1957 #define IDirectDrawClipper_Release(p) (p)->lpVtbl->Release(p) argument
1958 #define IDirectDrawClipper_GetClipList(p, a, b, c) (p)->lpVtbl->GetClipList(p, a, b, c) argument
1959 #define IDirectDrawClipper_GetHWnd(p, a) (p)->lpVtbl->GetHWnd(p, a) argument
1960 #define IDirectDrawClipper_Initialize(p, a, b) (p)->lpVtbl->Initialize(p, a, b) argument
1961 #define IDirectDrawClipper_IsClipListChanged(p, a) (p)->lpVtbl->IsClipListChanged(p, a) argument
1962 #define IDirectDrawClipper_SetClipList(p, a, b) (p)->lpVtbl->SetClipList(p, a, b) argument
1963 #define IDirectDrawClipper_SetHWnd(p, a, b) (p)->lpVtbl->SetHWnd(p, a, b) argument
1965 #define IDirectDrawClipper_QueryInterface(p, a, b) (p)->QueryInterface(a, b) argument
1966 #define IDirectDrawClipper_AddRef(p) (p)->AddRef() argument
1967 #define IDirectDrawClipper_Release(p) (p)->Release() argument
1968 #define IDirectDrawClipper_GetClipList(p, a, b, c) (p)->GetClipList(a, b, c) argument
1969 #define IDirectDrawClipper_GetHWnd(p, a) (p)->GetHWnd(a) argument
1970 #define IDirectDrawClipper_Initialize(p, a, b) (p)->Initialize(a, b) argument
1971 #define IDirectDrawClipper_IsClipListChanged(p, a) (p)->IsClipListChanged(a) argument
1972 #define IDirectDrawClipper_SetClipList(p, a, b) (p)->SetClipList(a, b) argument
1973 #define IDirectDrawClipper_SetHWnd(p, a, b) (p)->SetHWnd(a, b) argument
2021 #define IDirectDrawSurface_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2022 #define IDirectDrawSurface_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2023 #define IDirectDrawSurface_Release(p) (p)->lpVtbl->Release(p) argument
2024 … #define IDirectDrawSurface_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2025 … #define IDirectDrawSurface_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2026 #define IDirectDrawSurface_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2027 #define IDirectDrawSurface_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2028 #define IDirectDrawSurface_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2029 … #define IDirectDrawSurface_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2030 … #define IDirectDrawSurface_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2031 … #define IDirectDrawSurface_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2032 #define IDirectDrawSurface_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2033 … #define IDirectDrawSurface_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2034 #define IDirectDrawSurface_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2035 #define IDirectDrawSurface_GetCaps(p,b) (p)->lpVtbl->GetCaps(p,b) argument
2036 #define IDirectDrawSurface_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2037 #define IDirectDrawSurface_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2038 #define IDirectDrawSurface_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2039 #define IDirectDrawSurface_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2040 … #define IDirectDrawSurface_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2041 #define IDirectDrawSurface_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2042 #define IDirectDrawSurface_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2043 #define IDirectDrawSurface_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2044 #define IDirectDrawSurface_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2045 #define IDirectDrawSurface_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2046 #define IDirectDrawSurface_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2047 #define IDirectDrawSurface_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2048 #define IDirectDrawSurface_Restore(p) (p)->lpVtbl->Restore(p) argument
2049 #define IDirectDrawSurface_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2050 #define IDirectDrawSurface_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2051 … #define IDirectDrawSurface_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2052 #define IDirectDrawSurface_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2053 #define IDirectDrawSurface_Unlock(p,b) (p)->lpVtbl->Unlock(p,b) argument
2054 … #define IDirectDrawSurface_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2055 … #define IDirectDrawSurface_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2056 … #define IDirectDrawSurface_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2058 #define IDirectDrawSurface_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2059 #define IDirectDrawSurface_AddRef(p) (p)->AddRef() argument
2060 #define IDirectDrawSurface_Release(p) (p)->Release() argument
2061 #define IDirectDrawSurface_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2062 #define IDirectDrawSurface_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2063 #define IDirectDrawSurface_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2064 #define IDirectDrawSurface_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2065 #define IDirectDrawSurface_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2066 #define IDirectDrawSurface_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2067 #define IDirectDrawSurface_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2068 #define IDirectDrawSurface_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2069 #define IDirectDrawSurface_Flip(p,a,b) (p)->Flip(a,b) argument
2070 #define IDirectDrawSurface_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2071 #define IDirectDrawSurface_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2072 #define IDirectDrawSurface_GetCaps(p,b) (p)->GetCaps(b) argument
2073 #define IDirectDrawSurface_GetClipper(p,a) (p)->GetClipper(a) argument
2074 #define IDirectDrawSurface_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2075 #define IDirectDrawSurface_GetDC(p,a) (p)->GetDC(a) argument
2076 #define IDirectDrawSurface_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2077 #define IDirectDrawSurface_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2078 #define IDirectDrawSurface_GetPalette(p,a) (p)->GetPalette(a) argument
2079 #define IDirectDrawSurface_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2080 #define IDirectDrawSurface_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2081 #define IDirectDrawSurface_Initialize(p,a,b) (p)->Initialize(a,b) argument
2082 #define IDirectDrawSurface_IsLost(p) (p)->IsLost() argument
2083 #define IDirectDrawSurface_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2084 #define IDirectDrawSurface_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2085 #define IDirectDrawSurface_Restore(p) (p)->Restore() argument
2086 #define IDirectDrawSurface_SetClipper(p,a) (p)->SetClipper(a) argument
2087 #define IDirectDrawSurface_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2088 #define IDirectDrawSurface_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2089 #define IDirectDrawSurface_SetPalette(p,a) (p)->SetPalette(a) argument
2090 #define IDirectDrawSurface_Unlock(p,b) (p)->Unlock(b) argument
2091 #define IDirectDrawSurface_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2092 #define IDirectDrawSurface_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2093 #define IDirectDrawSurface_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2144 #define IDirectDrawSurface2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2145 #define IDirectDrawSurface2_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2146 #define IDirectDrawSurface2_Release(p) (p)->lpVtbl->Release(p) argument
2147 … #define IDirectDrawSurface2_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2148 … #define IDirectDrawSurface2_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2149 #define IDirectDrawSurface2_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2150 #define IDirectDrawSurface2_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2151 #define IDirectDrawSurface2_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2152 … #define IDirectDrawSurface2_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2153 … #define IDirectDrawSurface2_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2154 … #define IDirectDrawSurface2_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2155 #define IDirectDrawSurface2_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2156 … #define IDirectDrawSurface2_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2157 #define IDirectDrawSurface2_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2158 #define IDirectDrawSurface2_GetCaps(p,b) (p)->lpVtbl->GetCaps(p,b) argument
2159 #define IDirectDrawSurface2_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2160 #define IDirectDrawSurface2_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2161 #define IDirectDrawSurface2_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2162 #define IDirectDrawSurface2_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2163 … #define IDirectDrawSurface2_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2164 #define IDirectDrawSurface2_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2165 #define IDirectDrawSurface2_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2166 #define IDirectDrawSurface2_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2167 #define IDirectDrawSurface2_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2168 #define IDirectDrawSurface2_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2169 #define IDirectDrawSurface2_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2170 #define IDirectDrawSurface2_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2171 #define IDirectDrawSurface2_Restore(p) (p)->lpVtbl->Restore(p) argument
2172 #define IDirectDrawSurface2_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2173 #define IDirectDrawSurface2_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2174 … #define IDirectDrawSurface2_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2175 #define IDirectDrawSurface2_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2176 #define IDirectDrawSurface2_Unlock(p,b) (p)->lpVtbl->Unlock(p,b) argument
2177 … #define IDirectDrawSurface2_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2178 … #define IDirectDrawSurface2_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2179 … #define IDirectDrawSurface2_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2180 #define IDirectDrawSurface2_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2181 #define IDirectDrawSurface2_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2182 #define IDirectDrawSurface2_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2184 #define IDirectDrawSurface2_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2185 #define IDirectDrawSurface2_AddRef(p) (p)->AddRef() argument
2186 #define IDirectDrawSurface2_Release(p) (p)->Release() argument
2187 #define IDirectDrawSurface2_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2188 #define IDirectDrawSurface2_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2189 #define IDirectDrawSurface2_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2190 #define IDirectDrawSurface2_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2191 #define IDirectDrawSurface2_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2192 #define IDirectDrawSurface2_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2193 #define IDirectDrawSurface2_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2194 #define IDirectDrawSurface2_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2195 #define IDirectDrawSurface2_Flip(p,a,b) (p)->Flip(a,b) argument
2196 #define IDirectDrawSurface2_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2197 #define IDirectDrawSurface2_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2198 #define IDirectDrawSurface2_GetCaps(p,b) (p)->GetCaps(b) argument
2199 #define IDirectDrawSurface2_GetClipper(p,a) (p)->GetClipper(a) argument
2200 #define IDirectDrawSurface2_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2201 #define IDirectDrawSurface2_GetDC(p,a) (p)->GetDC(a) argument
2202 #define IDirectDrawSurface2_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2203 #define IDirectDrawSurface2_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2204 #define IDirectDrawSurface2_GetPalette(p,a) (p)->GetPalette(a) argument
2205 #define IDirectDrawSurface2_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2206 #define IDirectDrawSurface2_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2207 #define IDirectDrawSurface2_Initialize(p,a,b) (p)->Initialize(a,b) argument
2208 #define IDirectDrawSurface2_IsLost(p) (p)->IsLost() argument
2209 #define IDirectDrawSurface2_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2210 #define IDirectDrawSurface2_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2211 #define IDirectDrawSurface2_Restore(p) (p)->Restore() argument
2212 #define IDirectDrawSurface2_SetClipper(p,a) (p)->SetClipper(a) argument
2213 #define IDirectDrawSurface2_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2214 #define IDirectDrawSurface2_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2215 #define IDirectDrawSurface2_SetPalette(p,a) (p)->SetPalette(a) argument
2216 #define IDirectDrawSurface2_Unlock(p,b) (p)->Unlock(b) argument
2217 #define IDirectDrawSurface2_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2218 #define IDirectDrawSurface2_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2219 #define IDirectDrawSurface2_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2220 #define IDirectDrawSurface2_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2221 #define IDirectDrawSurface2_PageLock(p,a) (p)->PageLock(a) argument
2222 #define IDirectDrawSurface2_PageUnlock(p,a) (p)->PageUnlock(a) argument
2274 #define IDirectDrawSurface3_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2275 #define IDirectDrawSurface3_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2276 #define IDirectDrawSurface3_Release(p) (p)->lpVtbl->Release(p) argument
2277 … #define IDirectDrawSurface3_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2278 … #define IDirectDrawSurface3_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2279 #define IDirectDrawSurface3_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2280 #define IDirectDrawSurface3_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2281 #define IDirectDrawSurface3_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2282 … #define IDirectDrawSurface3_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2283 … #define IDirectDrawSurface3_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2284 … #define IDirectDrawSurface3_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2285 #define IDirectDrawSurface3_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2286 … #define IDirectDrawSurface3_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2287 #define IDirectDrawSurface3_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2288 #define IDirectDrawSurface3_GetCaps(p,b) (p)->lpVtbl->GetCaps(p,b) argument
2289 #define IDirectDrawSurface3_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2290 #define IDirectDrawSurface3_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2291 #define IDirectDrawSurface3_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2292 #define IDirectDrawSurface3_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2293 … #define IDirectDrawSurface3_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2294 #define IDirectDrawSurface3_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2295 #define IDirectDrawSurface3_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2296 #define IDirectDrawSurface3_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2297 #define IDirectDrawSurface3_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2298 #define IDirectDrawSurface3_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2299 #define IDirectDrawSurface3_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2300 #define IDirectDrawSurface3_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2301 #define IDirectDrawSurface3_Restore(p) (p)->lpVtbl->Restore(p) argument
2302 #define IDirectDrawSurface3_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2303 #define IDirectDrawSurface3_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2304 … #define IDirectDrawSurface3_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2305 #define IDirectDrawSurface3_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2306 #define IDirectDrawSurface3_Unlock(p,b) (p)->lpVtbl->Unlock(p,b) argument
2307 … #define IDirectDrawSurface3_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2308 … #define IDirectDrawSurface3_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2309 … #define IDirectDrawSurface3_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2310 #define IDirectDrawSurface3_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2311 #define IDirectDrawSurface3_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2312 #define IDirectDrawSurface3_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2313 #define IDirectDrawSurface3_SetSurfaceDesc(p,a,b) (p)->lpVtbl->SetSurfaceDesc(p,a,b) argument
2315 #define IDirectDrawSurface3_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2316 #define IDirectDrawSurface3_AddRef(p) (p)->AddRef() argument
2317 #define IDirectDrawSurface3_Release(p) (p)->Release() argument
2318 #define IDirectDrawSurface3_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2319 #define IDirectDrawSurface3_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2320 #define IDirectDrawSurface3_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2321 #define IDirectDrawSurface3_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2322 #define IDirectDrawSurface3_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2323 #define IDirectDrawSurface3_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2324 #define IDirectDrawSurface3_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2325 #define IDirectDrawSurface3_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2326 #define IDirectDrawSurface3_Flip(p,a,b) (p)->Flip(a,b) argument
2327 #define IDirectDrawSurface3_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2328 #define IDirectDrawSurface3_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2329 #define IDirectDrawSurface3_GetCaps(p,b) (p)->GetCaps(b) argument
2330 #define IDirectDrawSurface3_GetClipper(p,a) (p)->GetClipper(a) argument
2331 #define IDirectDrawSurface3_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2332 #define IDirectDrawSurface3_GetDC(p,a) (p)->GetDC(a) argument
2333 #define IDirectDrawSurface3_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2334 #define IDirectDrawSurface3_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2335 #define IDirectDrawSurface3_GetPalette(p,a) (p)->GetPalette(a) argument
2336 #define IDirectDrawSurface3_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2337 #define IDirectDrawSurface3_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2338 #define IDirectDrawSurface3_Initialize(p,a,b) (p)->Initialize(a,b) argument
2339 #define IDirectDrawSurface3_IsLost(p) (p)->IsLost() argument
2340 #define IDirectDrawSurface3_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2341 #define IDirectDrawSurface3_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2342 #define IDirectDrawSurface3_Restore(p) (p)->Restore() argument
2343 #define IDirectDrawSurface3_SetClipper(p,a) (p)->SetClipper(a) argument
2344 #define IDirectDrawSurface3_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2345 #define IDirectDrawSurface3_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2346 #define IDirectDrawSurface3_SetPalette(p,a) (p)->SetPalette(a) argument
2347 #define IDirectDrawSurface3_Unlock(p,b) (p)->Unlock(b) argument
2348 #define IDirectDrawSurface3_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2349 #define IDirectDrawSurface3_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2350 #define IDirectDrawSurface3_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2351 #define IDirectDrawSurface3_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2352 #define IDirectDrawSurface3_PageLock(p,a) (p)->PageLock(a) argument
2353 #define IDirectDrawSurface3_PageUnlock(p,a) (p)->PageUnlock(a) argument
2354 #define IDirectDrawSurface3_SetSurfaceDesc(p,a,b) (p)->SetSurfaceDesc(a,b) argument
2411 #define IDirectDrawSurface4_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2412 #define IDirectDrawSurface4_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2413 #define IDirectDrawSurface4_Release(p) (p)->lpVtbl->Release(p) argument
2414 … #define IDirectDrawSurface4_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2415 … #define IDirectDrawSurface4_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2416 #define IDirectDrawSurface4_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2417 #define IDirectDrawSurface4_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2418 #define IDirectDrawSurface4_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2419 … #define IDirectDrawSurface4_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2420 … #define IDirectDrawSurface4_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2421 … #define IDirectDrawSurface4_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2422 #define IDirectDrawSurface4_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2423 … #define IDirectDrawSurface4_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2424 #define IDirectDrawSurface4_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2425 #define IDirectDrawSurface4_GetCaps(p,b) (p)->lpVtbl->GetCaps(p,b) argument
2426 #define IDirectDrawSurface4_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2427 #define IDirectDrawSurface4_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2428 #define IDirectDrawSurface4_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2429 #define IDirectDrawSurface4_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2430 … #define IDirectDrawSurface4_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2431 #define IDirectDrawSurface4_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2432 #define IDirectDrawSurface4_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2433 #define IDirectDrawSurface4_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2434 #define IDirectDrawSurface4_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2435 #define IDirectDrawSurface4_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2436 #define IDirectDrawSurface4_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2437 #define IDirectDrawSurface4_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2438 #define IDirectDrawSurface4_Restore(p) (p)->lpVtbl->Restore(p) argument
2439 #define IDirectDrawSurface4_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2440 #define IDirectDrawSurface4_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2441 … #define IDirectDrawSurface4_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2442 #define IDirectDrawSurface4_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2443 #define IDirectDrawSurface4_Unlock(p,b) (p)->lpVtbl->Unlock(p,b) argument
2444 … #define IDirectDrawSurface4_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2445 … #define IDirectDrawSurface4_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2446 … #define IDirectDrawSurface4_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2447 #define IDirectDrawSurface4_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2448 #define IDirectDrawSurface4_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2449 #define IDirectDrawSurface4_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2450 #define IDirectDrawSurface4_SetSurfaceDesc(p,a,b) (p)->lpVtbl->SetSurfaceDesc(p,a,b) argument
2451 … #define IDirectDrawSurface4_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d) argument
2452 … #define IDirectDrawSurface4_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c) argument
2453 #define IDirectDrawSurface4_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a) argument
2454 … #define IDirectDrawSurface4_GetUniquenessValue(p, a) (p)->lpVtbl->GetUniquenessValue(p, a) argument
2455 … #define IDirectDrawSurface4_ChangeUniquenessValue(p) (p)->lpVtbl->ChangeUniquenessValue(p) argument
2457 #define IDirectDrawSurface4_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2458 #define IDirectDrawSurface4_AddRef(p) (p)->AddRef() argument
2459 #define IDirectDrawSurface4_Release(p) (p)->Release() argument
2460 #define IDirectDrawSurface4_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2461 #define IDirectDrawSurface4_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2462 #define IDirectDrawSurface4_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2463 #define IDirectDrawSurface4_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2464 #define IDirectDrawSurface4_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2465 #define IDirectDrawSurface4_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2466 #define IDirectDrawSurface4_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2467 #define IDirectDrawSurface4_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2468 #define IDirectDrawSurface4_Flip(p,a,b) (p)->Flip(a,b) argument
2469 #define IDirectDrawSurface4_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2470 #define IDirectDrawSurface4_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2471 #define IDirectDrawSurface4_GetCaps(p,b) (p)->GetCaps(b) argument
2472 #define IDirectDrawSurface4_GetClipper(p,a) (p)->GetClipper(a) argument
2473 #define IDirectDrawSurface4_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2474 #define IDirectDrawSurface4_GetDC(p,a) (p)->GetDC(a) argument
2475 #define IDirectDrawSurface4_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2476 #define IDirectDrawSurface4_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2477 #define IDirectDrawSurface4_GetPalette(p,a) (p)->GetPalette(a) argument
2478 #define IDirectDrawSurface4_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2479 #define IDirectDrawSurface4_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2480 #define IDirectDrawSurface4_Initialize(p,a,b) (p)->Initialize(a,b) argument
2481 #define IDirectDrawSurface4_IsLost(p) (p)->IsLost() argument
2482 #define IDirectDrawSurface4_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2483 #define IDirectDrawSurface4_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2484 #define IDirectDrawSurface4_Restore(p) (p)->Restore() argument
2485 #define IDirectDrawSurface4_SetClipper(p,a) (p)->SetClipper(a) argument
2486 #define IDirectDrawSurface4_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2487 #define IDirectDrawSurface4_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2488 #define IDirectDrawSurface4_SetPalette(p,a) (p)->SetPalette(a) argument
2489 #define IDirectDrawSurface4_Unlock(p,b) (p)->Unlock(b) argument
2490 #define IDirectDrawSurface4_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2491 #define IDirectDrawSurface4_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2492 #define IDirectDrawSurface4_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2493 #define IDirectDrawSurface4_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2494 #define IDirectDrawSurface4_PageLock(p,a) (p)->PageLock(a) argument
2495 #define IDirectDrawSurface4_PageUnlock(p,a) (p)->PageUnlock(a) argument
2496 #define IDirectDrawSurface4_SetSurfaceDesc(p,a,b) (p)->SetSurfaceDesc(a,b) argument
2497 #define IDirectDrawSurface4_SetPrivateData(p,a,b,c,d) (p)->SetPrivateData(a,b,c,d) argument
2498 #define IDirectDrawSurface4_GetPrivateData(p,a,b,c) (p)->GetPrivateData(a,b,c) argument
2499 #define IDirectDrawSurface4_FreePrivateData(p,a) (p)->FreePrivateData(a) argument
2500 #define IDirectDrawSurface4_GetUniquenessValue(p, a) (p)->GetUniquenessValue(a) argument
2501 #define IDirectDrawSurface4_ChangeUniquenessValue(p) (p)->ChangeUniquenessValue() argument
2562 #define IDirectDrawSurface7_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
2563 #define IDirectDrawSurface7_AddRef(p) (p)->lpVtbl->AddRef(p) argument
2564 #define IDirectDrawSurface7_Release(p) (p)->lpVtbl->Release(p) argument
2565 … #define IDirectDrawSurface7_AddAttachedSurface(p,a) (p)->lpVtbl->AddAttachedSurface(p,a) argument
2566 … #define IDirectDrawSurface7_AddOverlayDirtyRect(p,a) (p)->lpVtbl->AddOverlayDirtyRect(p,a) argument
2567 #define IDirectDrawSurface7_Blt(p,a,b,c,d,e) (p)->lpVtbl->Blt(p,a,b,c,d,e) argument
2568 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->lpVtbl->BltBatch(p,a,b,c) argument
2569 #define IDirectDrawSurface7_BltFast(p,a,b,c,d,e) (p)->lpVtbl->BltFast(p,a,b,c,d,e) argument
2570 … #define IDirectDrawSurface7_DeleteAttachedSurface(p,a,b) (p)->lpVtbl->DeleteAttachedSurface(p,a,b) argument
2571 … #define IDirectDrawSurface7_EnumAttachedSurfaces(p,a,b) (p)->lpVtbl->EnumAttachedSurfaces(p,a,b) argument
2572 … #define IDirectDrawSurface7_EnumOverlayZOrders(p,a,b,c) (p)->lpVtbl->EnumOverlayZOrders(p,a,b,c) argument
2573 #define IDirectDrawSurface7_Flip(p,a,b) (p)->lpVtbl->Flip(p,a,b) argument
2574 … #define IDirectDrawSurface7_GetAttachedSurface(p,a,b) (p)->lpVtbl->GetAttachedSurface(p,a,b) argument
2575 #define IDirectDrawSurface7_GetBltStatus(p,a) (p)->lpVtbl->GetBltStatus(p,a) argument
2576 #define IDirectDrawSurface7_GetCaps(p,b) (p)->lpVtbl->GetCaps(p,b) argument
2577 #define IDirectDrawSurface7_GetClipper(p,a) (p)->lpVtbl->GetClipper(p,a) argument
2578 #define IDirectDrawSurface7_GetColorKey(p,a,b) (p)->lpVtbl->GetColorKey(p,a,b) argument
2579 #define IDirectDrawSurface7_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) argument
2580 #define IDirectDrawSurface7_GetFlipStatus(p,a) (p)->lpVtbl->GetFlipStatus(p,a) argument
2581 … #define IDirectDrawSurface7_GetOverlayPosition(p,a,b) (p)->lpVtbl->GetOverlayPosition(p,a,b) argument
2582 #define IDirectDrawSurface7_GetPalette(p,a) (p)->lpVtbl->GetPalette(p,a) argument
2583 #define IDirectDrawSurface7_GetPixelFormat(p,a) (p)->lpVtbl->GetPixelFormat(p,a) argument
2584 #define IDirectDrawSurface7_GetSurfaceDesc(p,a) (p)->lpVtbl->GetSurfaceDesc(p,a) argument
2585 #define IDirectDrawSurface7_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
2586 #define IDirectDrawSurface7_IsLost(p) (p)->lpVtbl->IsLost(p) argument
2587 #define IDirectDrawSurface7_Lock(p,a,b,c,d) (p)->lpVtbl->Lock(p,a,b,c,d) argument
2588 #define IDirectDrawSurface7_ReleaseDC(p,a) (p)->lpVtbl->ReleaseDC(p,a) argument
2589 #define IDirectDrawSurface7_Restore(p) (p)->lpVtbl->Restore(p) argument
2590 #define IDirectDrawSurface7_SetClipper(p,a) (p)->lpVtbl->SetClipper(p,a) argument
2591 #define IDirectDrawSurface7_SetColorKey(p,a,b) (p)->lpVtbl->SetColorKey(p,a,b) argument
2592 … #define IDirectDrawSurface7_SetOverlayPosition(p,a,b) (p)->lpVtbl->SetOverlayPosition(p,a,b) argument
2593 #define IDirectDrawSurface7_SetPalette(p,a) (p)->lpVtbl->SetPalette(p,a) argument
2594 #define IDirectDrawSurface7_Unlock(p,b) (p)->lpVtbl->Unlock(p,b) argument
2595 … #define IDirectDrawSurface7_UpdateOverlay(p,a,b,c,d,e) (p)->lpVtbl->UpdateOverlay(p,a,b,c,d,e) argument
2596 … #define IDirectDrawSurface7_UpdateOverlayDisplay(p,a) (p)->lpVtbl->UpdateOverlayDisplay(p,a) argument
2597 … #define IDirectDrawSurface7_UpdateOverlayZOrder(p,a,b) (p)->lpVtbl->UpdateOverlayZOrder(p,a,b) argument
2598 #define IDirectDrawSurface7_GetDDInterface(p,a) (p)->lpVtbl->GetDDInterface(p,a) argument
2599 #define IDirectDrawSurface7_PageLock(p,a) (p)->lpVtbl->PageLock(p,a) argument
2600 #define IDirectDrawSurface7_PageUnlock(p,a) (p)->lpVtbl->PageUnlock(p,a) argument
2601 #define IDirectDrawSurface7_SetSurfaceDesc(p,a,b) (p)->lpVtbl->SetSurfaceDesc(p,a,b) argument
2602 … #define IDirectDrawSurface7_SetPrivateData(p,a,b,c,d) (p)->lpVtbl->SetPrivateData(p,a,b,c,d) argument
2603 … #define IDirectDrawSurface7_GetPrivateData(p,a,b,c) (p)->lpVtbl->GetPrivateData(p,a,b,c) argument
2604 #define IDirectDrawSurface7_FreePrivateData(p,a) (p)->lpVtbl->FreePrivateData(p,a) argument
2605 … #define IDirectDrawSurface7_GetUniquenessValue(p, a) (p)->lpVtbl->GetUniquenessValue(p, a) argument
2606 … #define IDirectDrawSurface7_ChangeUniquenessValue(p) (p)->lpVtbl->ChangeUniquenessValue(p) argument
2607 #define IDirectDrawSurface7_SetPriority(p,a) (p)->lpVtbl->SetPriority(p,a) argument
2608 #define IDirectDrawSurface7_GetPriority(p,a) (p)->lpVtbl->GetPriority(p,a) argument
2609 #define IDirectDrawSurface7_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a) argument
2610 #define IDirectDrawSurface7_GetLOD(p,a) (p)->lpVtbl->GetLOD(p,a) argument
2612 #define IDirectDrawSurface7_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
2613 #define IDirectDrawSurface7_AddRef(p) (p)->AddRef() argument
2614 #define IDirectDrawSurface7_Release(p) (p)->Release() argument
2615 #define IDirectDrawSurface7_AddAttachedSurface(p,a) (p)->AddAttachedSurface(a) argument
2616 #define IDirectDrawSurface7_AddOverlayDirtyRect(p,a) (p)->AddOverlayDirtyRect(a) argument
2617 #define IDirectDrawSurface7_Blt(p,a,b,c,d,e) (p)->Blt(a,b,c,d,e) argument
2618 #define IDirectDrawSurface7_BltBatch(p,a,b,c) (p)->BltBatch(a,b,c) argument
2619 #define IDirectDrawSurface7_BltFast(p,a,b,c,d,e) (p)->BltFast(a,b,c,d,e) argument
2620 #define IDirectDrawSurface7_DeleteAttachedSurface(p,a,b) (p)->DeleteAttachedSurface(a,b) argument
2621 #define IDirectDrawSurface7_EnumAttachedSurfaces(p,a,b) (p)->EnumAttachedSurfaces(a,b) argument
2622 #define IDirectDrawSurface7_EnumOverlayZOrders(p,a,b,c) (p)->EnumOverlayZOrders(a,b,c) argument
2623 #define IDirectDrawSurface7_Flip(p,a,b) (p)->Flip(a,b) argument
2624 #define IDirectDrawSurface7_GetAttachedSurface(p,a,b) (p)->GetAttachedSurface(a,b) argument
2625 #define IDirectDrawSurface7_GetBltStatus(p,a) (p)->GetBltStatus(a) argument
2626 #define IDirectDrawSurface7_GetCaps(p,b) (p)->GetCaps(b) argument
2627 #define IDirectDrawSurface7_GetClipper(p,a) (p)->GetClipper(a) argument
2628 #define IDirectDrawSurface7_GetColorKey(p,a,b) (p)->GetColorKey(a,b) argument
2629 #define IDirectDrawSurface7_GetDC(p,a) (p)->GetDC(a) argument
2630 #define IDirectDrawSurface7_GetFlipStatus(p,a) (p)->GetFlipStatus(a) argument
2631 #define IDirectDrawSurface7_GetOverlayPosition(p,a,b) (p)->GetOverlayPosition(a,b) argument
2632 #define IDirectDrawSurface7_GetPalette(p,a) (p)->GetPalette(a) argument
2633 #define IDirectDrawSurface7_GetPixelFormat(p,a) (p)->GetPixelFormat(a) argument
2634 #define IDirectDrawSurface7_GetSurfaceDesc(p,a) (p)->GetSurfaceDesc(a) argument
2635 #define IDirectDrawSurface7_Initialize(p,a,b) (p)->Initialize(a,b) argument
2636 #define IDirectDrawSurface7_IsLost(p) (p)->IsLost() argument
2637 #define IDirectDrawSurface7_Lock(p,a,b,c,d) (p)->Lock(a,b,c,d) argument
2638 #define IDirectDrawSurface7_ReleaseDC(p,a) (p)->ReleaseDC(a) argument
2639 #define IDirectDrawSurface7_Restore(p) (p)->Restore() argument
2640 #define IDirectDrawSurface7_SetClipper(p,a) (p)->SetClipper(a) argument
2641 #define IDirectDrawSurface7_SetColorKey(p,a,b) (p)->SetColorKey(a,b) argument
2642 #define IDirectDrawSurface7_SetOverlayPosition(p,a,b) (p)->SetOverlayPosition(a,b) argument
2643 #define IDirectDrawSurface7_SetPalette(p,a) (p)->SetPalette(a) argument
2644 #define IDirectDrawSurface7_Unlock(p,b) (p)->Unlock(b) argument
2645 #define IDirectDrawSurface7_UpdateOverlay(p,a,b,c,d,e) (p)->UpdateOverlay(a,b,c,d,e) argument
2646 #define IDirectDrawSurface7_UpdateOverlayDisplay(p,a) (p)->UpdateOverlayDisplay(a) argument
2647 #define IDirectDrawSurface7_UpdateOverlayZOrder(p,a,b) (p)->UpdateOverlayZOrder(a,b) argument
2648 #define IDirectDrawSurface7_GetDDInterface(p,a) (p)->GetDDInterface(a) argument
2649 #define IDirectDrawSurface7_PageLock(p,a) (p)->PageLock(a) argument
2650 #define IDirectDrawSurface7_PageUnlock(p,a) (p)->PageUnlock(a) argument
2651 #define IDirectDrawSurface7_SetSurfaceDesc(p,a,b) (p)->SetSurfaceDesc(a,b) argument
2652 #define IDirectDrawSurface7_SetPrivateData(p,a,b,c,d) (p)->SetPrivateData(a,b,c,d) argument
2653 #define IDirectDrawSurface7_GetPrivateData(p,a,b,c) (p)->GetPrivateData(a,b,c) argument
2654 #define IDirectDrawSurface7_FreePrivateData(p,a) (p)->FreePrivateData(a) argument
2655 #define IDirectDrawSurface7_GetUniquenessValue(p, a) (p)->GetUniquenessValue(a) argument
2656 #define IDirectDrawSurface7_ChangeUniquenessValue(p) (p)->ChangeUniquenessValue() argument
2657 #define IDirectDrawSurface7_SetPriority(p,a) (p)->SetPriority(a) argument
2658 #define IDirectDrawSurface7_GetPriority(p,a) (p)->GetPriority(a) argument
2659 #define IDirectDrawSurface7_SetLOD(p,a) (p)->SetLOD(a) argument
2660 #define IDirectDrawSurface7_GetLOD(p,a) (p)->GetLOD(a) argument