GetAllRecognizers function

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Gets all recognizers.

Syntax


HRESULT WINAPI GetAllRecognizers(
   CLSID **recognizerClsids,
   ULONG *count
);

Parameters

recognizerClsids

Pointer to the CLSIDs of the recognizers. The CLSID value is created in the registry when you register the recognizer.

count

Pointer to the number of recognizers.

Return value

This function can return one of these values.

Return codeDescription
S_OK

Success.

E_POINTER

The parameter is an invalid pointer.

E_FAIL

An unspecified error occurred.

E_INVALIDARG

An invalid argument was received.

 

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Recapis.h

 

 

Show: