WTSFreeMemory 函式 (wtsapi32.h)
釋放遠端桌面服務函式所配置的記憶體。
語法
void WTSFreeMemory(
[in] PVOID pMemory
);
參數
[in] pMemory
要釋放的記憶體指標。
傳回值
無
備註
數個遠端桌面服務函式會配置緩衝區以傳回資訊。 使用 WTSFreeMemory 函式 釋放這些緩衝區。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista |
最低支援的伺服器 | Windows Server 2008 |
目標平台 | Windows |
標頭 | wtsapi32.h |
程式庫 | Wtsapi32.lib |
Dll | Wtsapi32.dll |
API 集合 | ext-ms-win-session-wtsapi32-l1-1-0 (於 Windows 8) |