Re: Wrong type of char array
- From: mayuravb <mayuravb.22moxw@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 2 Feb 2006 09:35:58 -0600
Hi Thompson,
I am facing the exact same problem.
I am developing the GUI in C# and have a c++ .NET DLL.
I'm am also getting pdbcd->dbcc_name as only one character "\".
I would like to know if you have the solution to this?
I would appreciate the help.
Thanks
-M
Joe Thompson wrote:
*Hi,
I am using VS.net 2003 to write a managed C++ windows application.
My main form traps the WM_DEVICECHANGE message and calls a method in
my own
unmanaged class passing the wParam and lParam.
In the method, I cast the lParam to a PDEV_BROADCAST_DEVICEINTERFACE
like:
pdbcd = (PDEV_BROADCAST_DEVICEINTERFACE) lParam;
The problem I'm having is that the pdbcd->dbcc_name is only one
character "\".
If I look at it in memory, I can see what it should be
("\\?\USB#Vid_0
etc...") but it is twice as long and every other character is a 0
(("\.\.?.\.U.S.B.#.V.i.d._.0. etc...")).
I've tried the different Language option settings but they all seem
to work
the same. I guess I can live with it as long as I can get the
correct value
in after the cast.
Any ideas what I may be doing wrong or ways to fix it?
Thanks,
Joe *
--
mayuravb
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
.
- Follow-Ups:
- Re: Wrong type of char array
- From: Ted Williams
- Re: Wrong type of char array
- Prev by Date: Re: ostream constructor error
- Next by Date: Re: Destructor: not gauranteed to be called?
- Previous by thread: Dynamically set property
- Next by thread: Re: Wrong type of char array
- Index(es):
Relevant Pages
|