Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 812 Bytes

File metadata and controls

24 lines (16 loc) · 812 Bytes
title description ms.assetid keywords ms.topic ms.date
User Data Messages
User Data Messages
3670f113-e951-4fe7-83c5-28388b35b148
WM_CAP_GET_USER_DATA message
WM_CAP_SET_USER_DATA message
capGetUserData macro
capSetUserData macro
reference
05/31/2018

User Data Messages

You can associate data with a capture window by using the WM_CAP_GET_USER_DATA and WM_CAP_SET_USER_DATA messages (or the capGetUserData and capSetUserData macros). You can retrieve a LONG data value by using the WM_CAP_GET_USER_DATA message and set a LONG data value by using the WM_CAP_SET_USER_DATA message.