About Modem DCB in DDK 2000

Hello,

I am a programmer working on Windows 2K WDM Softmodem development.
I am using a Windows 95/98 prototype softmodem for my reference.

In 95/98 DDK, there is usage of the DCB in toto in “VCOMM_GetCommState()”
and "VCOMM_SetCommState().
The DDK 2K documentation speaks of many structures for sending the DCB ( in
bits and pieces) .

I would like to know whether there is similar support for DCB (in toto - in
a single structure with a single IOCTL) in DDK 2000.

If “yes”, could you inform me about its location in the DDK 2K .

If the same function is not available in DDK 2K, are all of its component
members provided for in DDK 2K ?

Thanks in advance and regards,
Shailender K.

HCL Perot Systems,
Bangalore - 560068.
India.
Ph : 91-080-6680312. Ext : 106.

Hi Shailender,

I think that you should download the latest WindowsDDK or MDK at this site.
http://www.microsoft.com/HWDEV/modem/default.htm?RLD=374

Then, it is described to the WindowsDDK help and the document of MDK about
DCB.
And, you are to refer to the Serial sample code of WindowsDDK with I/O
Control code of Windows2000.

Regards,
Makoto

From: Shailender Kesha
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] About Modem DCB in DDK 2000
>Date: Sat, 11 Nov 2000 17:33:47 +0500
>
>Hello,
>
>I am a programmer working on Windows 2K WDM Softmodem development.
>I am using a Windows 95/98 prototype softmodem for my reference.
>
>In 95/98 DDK, there is usage of the DCB in toto in “VCOMM_GetCommState()”
>and "VCOMM_SetCommState().
>The DDK 2K documentation speaks of many structures for sending the DCB (
in
>bits and pieces) .
>
>I would like to know whether there is similar support for DCB (in toto -
in
>a single structure with a single IOCTL) in DDK 2000.
>
>
>If “yes”, could you inform me about its location in the DDK 2K .
>
>If the same function is not available in DDK 2K, are all of its component
>members provided for in DDK 2K ?
>
>Thanks in advance and regards,
>Shailender K.
>
>HCL Perot Systems,
>Bangalore - 560068.
>India.
>Ph : 91-080-6680312. Ext : 106.
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

Hello ,

SK> I would like to know whether there is similar support for DCB (in toto - in
SK> a single structure with a single IOCTL) in DDK 2000.

here is no support in Windows 2000 for the whole DCB structure. Some
request set/get some fields from this structure. The serial sample
from DDK is the best reference.

elli