CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: anatolymik

Search: Search took 0.03 seconds.

  1. Re: Need help retrieving the drive letter uppon mass storage arrival

    I beg your pardon.



    #include "stdafx.h"
    #include "windows.h"
    #include <C:\WinDDK\7600.16385.1\inc\ddk\mountmgr.h>

    bool GetDriveLetterForDeviceInterface( TCHAR *InterfaceName, UCHAR *Letter...
  2. Re: Need help retrieving the drive letter uppon mass storage arrival

    #include "stdafx.h"
    #include "windows.h"
    #include <C:\WinDDK\7600.16385.1\inc\ddk\mountmgr.h>

    bool GetDriveLetterForDeviceInterface( TCHAR *InterfaceName, UCHAR *Letter ) {

    HANDLE MountMgr =...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured