1. FilterGetDosName function (Windows Drivers)

    https://msdn.microsoft.com/en-us/library/windows/hardware/ff540492...

    The FilterGetDosName function returns the MS-DOS device name that corresponds to the given volume name.

    • Syntax

      HRESULT FilterGetDosName(
        _In_ LPCWSTR lpVolumeName,
        _Out_ LPWSTR lpDosName,
        _In_ DWORD dwDosNameBufferSize
      );
      Was this helpful?Thanks! Give more feedback
  2. https://msdn.microsoft.com/fr-fr/library/ff540492(v=vs.85).aspx

    The FilterGetDosName function returns the MS-DOS device name that corresponds to the given volume name.

  3. OSR's ntfsd List: FilterGetDosName

    https://www.osronline.com/showThread.CFM?link=128423

    OSR Online is the homepage for Windows driver writers. The NTDEV, NTFSD and NTTALK lists are world-wide peer support forum administered by OSR.

  4. FilterGetDosName - FileLog.net

    filelog.net/func/FilterGetDosName

    FilterGetDosName function in Export Directory: fltLib.dll - Filter Library v. 6.3.9600.17415, sha1: 69a293fd29de9ce42d0adbae570c8c4b467a87c5; fltLib.dll - …

  5. Library fltlib.dll, list of internal functions

    www.softspecialists.com/library/genlib/xpsp3/fltlib.htm

    EXPORTS: 29 number of functions which of 29 number of names. ... FilterGetDosName() FilterGetInformation() FilterGetMessage() FilterInstanceClose()

  6. Windows Driver Development | Windows Driver

    www.joyasystems.com/sample-code/Windows Driver Samples/Minispy File...

    Custom Windows driver development, file system filter development and windows driver training.

  7. projects.honeynet.org

    https://projects.honeynet.org/svn/capture-hpc/capture-hpc/tags/2.5/...

    #include "FileMonitor.h" #include "ProcessManager.h" #include "EventController.h" #include "OptionsManager.h" #include "Logger.h" #include #include FileMonitor ...

  8. MinGW-w64 - for 32 and 64 bit Windows / mingw-w64 ...

    sourceforge.net/p/mingw-w64/mingw-w64/ci/v1.0.5/tree/mingw-w64-crt/...

    FilterGetDosName. FilterGetInformation. FilterGetMessage. FilterInstanceClose. FilterInstanceCreate. FilterInstanceFindClose. FilterInstanceFindFirst ...

  9. Wine API: fltlib.dll

    https://source.winehq.org/WineAPI/fltlib.html

    fltlib.dll . STATISTICS. Forwards: 0. Variables: 0. Stubs: 24. Functions: 5. Exports-Total: 29. Implemented-Total: 5 (17%) ... FilterGetDosName (stub ...

  10. MinGW-w64 - for 32 and 64 bit Windows / Mailing Lists

    sourceforge.net/p/mingw-w64/mailman/message/30590185

    [Mingw-w64-svn] SF.net SVN: mingw-w64:[5641] trunk/mingw-w64-headers/include ... +HRESULT WINAPI FilterGetDosName(LPCWSTR lpVolumeName, LPWSTR …