术语 | maxmedialabel |
释义 | MaxMediaLabel 语法: C++ DWORD WINAPI MaxMediaLabel( __out DWORD const *pMaxSize ); MaxMediaLabel回调函数 [移动存储管理不再作为Windows 7和Windows服务器2008 R2提供。] 回调函数的MaxMediaLabel决定了由媒体标签库的应用程序支持的媒体标签的最大大小。 参数 pMaxSize [out] 指针指向一个缓冲区,接收缓冲区的最大尺寸发送到ClaimMediaLabel功能。 返回值 这个函数返回以下值。 ValueMeaning NO_ERRORThe功能是成功的。 备注 当在MaxMediaLabel函数中指定的媒体格式的媒体没有一个理论大小限制,应用程序应返回的最大纸张尺寸标签的应用程序都不可能产生。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 客户端 支持 Windows Vista 服务器 支持 Windows Server 2008 HeaderNtmsMli.h 参见 媒体标签库函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==MaxMediaLabel Callback Function [ Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.] The MaxMediaLabel callback function determines the maximum size of the media label for the applications supported by the media label library. Syntax C++ DWORD WINAPI MaxMediaLabel( __out DWORD const *pMaxSize ); Parameters pMaxSize [out] Pointer to a buffer that receives the maximum size of the buffer sent to the ClaimMediaLabel function. Return Value This function returns the following value. ValueMeaning NO_ERRORThe function was successful. Remarks When the media format of the media specified in the MaxMediaLabel function does not have a theoretical size limit, the application should return the size of the largest media label the application can possibly generate. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server End of client supportWindows Vista End of server supportWindows Server 2008 HeaderNtmsMli.h See Also Media Label Library Functions Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/bb540691(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。