Microsoft Windows CE 3.0  

DDHAL_DDEXEBUFCALLBACKS

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The DDHAL_DDEXEBUFCALLBACKSstructure is not implemented, and is reserved for future use.

typedef struct _DDHAL_DDEXEBUFCALLBACKS { DWORD
dwSize
;
DWORD
dwFlags
;
LPDDHALEXEBUFCB_CANCREATEEXEBUF
CanCreateExecuteBuffer
;
LPDDHALEXEBUFCB_CREATEEXEBUF
CreateExecuteBuffer
;
LPDDHALEXEBUFCB_DESTROYEXEBUF
DestroyExecuteBuffer
;
LPDDHALEXEBUFCB_LOCKEXEBUF
LockExecuteBuffer
;
LPDDHALEXEBUFCB_UNLOCKEXEBUF
UnlockExecuteBuffer
;
} DDHAL_DDEXEBUFCALLBACKS;
typedef DDHAL_DDEXEBUFCALLBACKS FAR
*LPDDHAL_DDEXEBUFCALLBACKS;


 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.