Christian Costa wrote:
Eric Pouech wrote:
How is really DefineDosDevice called ? I'd like you to add a trace for the parameters while entering DefineDosDevice and send it to me.
TIA
Here are the calls traces:
fixme:volume:DefineDosDeviceW 1, L"C:", L"D:\" fixme:volume:DefineDosDeviceW 1, L"D:", L"E:\" fixme:volume:DefineDosDeviceW 1, L"E:", L"F:\" fixme:volume:DefineDosDeviceW 1, L"F:", L"G:\" fixme:volume:DefineDosDeviceW 1, L"H:", L"I:\" fixme:volume:DefineDosDeviceW 1, L"I:", L"J:\" fixme:volume:DefineDosDeviceW 1, L"J:", L"K:\"
Thanks, Christian
this sounds a bit ackward for a program to do so. Could I get a full trace (or the 100k lines before the first call)? TIA