术语 | shgetdrivemedia |
释义 | SHGetDriveMedia 语法: HRESULT SHGetDriveMedia( LPCWSTR pszDrive, DWORD *pdwMediaContent ); SHGetDriveMedia功能 返回类型的媒体,在给定驱动器中。 参数 pszDrive [in]的驱动器检查媒体类型。 pdwMediaContent [内]对媒体在给定驱动器类型的指针。一个ARCONTENT标志的组合。 返回值 返回S_OK如果成功,或其他错误值。 功能信息 最低DLL版本 Shell32.dll 自定义ImplementationNo Headershellapi.h import libraryNone 最低支持操作系统 Vista ==英文原文==SHGetDriveMedia Function Returns the type of media that is in the given drive. Syntax HRESULT SHGetDriveMedia( LPCWSTR pszDrive, DWORD *pdwMediaContent ); Parameters pszDrive [in] The drive in which to check the media type. pdwMediaContent [out] A pointer to the type of media in the given drive. A combination of ARCONTENT flags. Return Value Returns S_OK if successful, or an error value otherwise. Function Information Minimum DLL VersionShell32.dll Custom ImplementationNo Headershellapi.h Import libraryNone Minimum operating systemsWindows Vista ==原始网址==http://msdn.microsoft.com/en-us/library/bb762178(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。