最終更新:2015-01-27 (火) 16:06:44 (3370d)  

SetVolumeMountPoint
Top / SetVolumeMountPoint

BOOL SetVolumeMountPoint(
  LPCSTR lpszVolumeMountPoint, // マウントポイント
  LPCSTR lpszVolumeName        // マウントするボリューム
);

パラメータ

  • LPCSTR lpszVolumeMountPoint?, // マウントポイント
    • R:\
  • LPCSTR lpszVolumeName? // マウントするボリューム
    • \\?\ で始まる特殊なデバイスパス

関連