DD_DIRECTDRAW_LOCAL

typedef struct _DD_DIRECTDRAW_LOCAL{
    PDD_DIRECTDRAW_GLOBAL        lpGbl;
    FLATPTR                      fpProcess;
} DD_DIRECTDRAW_LOCAL;

DD_DIRECTDRAW_LOCAL contains driver information that is relevant to the current DirectDraw process only. Applications make DirectDraw objects to do their drawing.

Members

lpGbl
Pointer to the DD_DIRECTDRAW_GLOBAL structure that describes the driver.
fpProcess
Pointer to the address of the frame buffer in the calling process’s address space.