www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DPCHAT'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DPCHAT
[ TDx_Play_Library ]
[ next: DPCOMPORTADDRESS ]
[ prev: DPCAPS ]
The DPCHAT structure is defined as :-
struct DPCHAT {
DWORD dwSize;
DWORD dwFlags;
union{
LPWSTR lpszMessage;
LPSTR lpszMessageA;
};
}
|
|