DestroyWordList function

Destroys the current word list.

Syntax


HRESULT WINAPI DestroyWordList(
   HRECOWORDLIST hwl
);

Parameters

hwl

Handle to the word list.

Return value

This function can return one of these values.

Return codeDescription
S_OK

Success.

E_FAIL

An unspecified error occurred.

E_INVALIDARG

An invalid argument was received.

E_POINTER

The pointer to the word list is incorrect.

 

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Recapis.h

 

 

Show: