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.