StopInking 

2.0     

Stops inking feedback.

int StopInking( HPCM hpcm )

Parameters

hpcm

Handle to the current collection. This is the return value from StartPenInput1AOCU6.

Return Value

Returns PCMR_OK if successful; otherwise, returns the following value:

Constant

Description

PCMR_INVALIDCOLLECTION

The hpcm handle is invalid, or there is no collection, or inking has not been started.

 

Comments

Inking must have been started by using the StartInking232HBED function for this function to have any effect.

See Also

StartInking