HidOutputReport.GetNumericControl(UInt16, UInt16) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 usagePage 및 usageId 와 연결된 숫자 컨트롤을 검색 합니다.
public:
virtual HidNumericControl ^ GetNumericControl(unsigned short usagePage, unsigned short usageId) = GetNumericControl;
HidNumericControl GetNumericControl(uint16_t const& usagePage, uint16_t const& usageId);
public HidNumericControl GetNumericControl(ushort usagePage, ushort usageId);
function getNumericControl(usagePage, usageId)
Public Function GetNumericControl (usagePage As UShort, usageId As UShort) As HidNumericControl
매개 변수
- usagePage
-
UInt16
unsigned short
uint16_t
지정된 컨트롤과 연결된 사용 페이지입니다.
- usageId
-
UInt16
unsigned short
uint16_t
지정된 컨트롤과 연결된 사용 식별자입니다.
반환
HidNumericControl l 개체입니다.