Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value that indicates whether a given character should trigger a statement completion commit by the application.
Syntax
HRESULT IsCommitChar(
OLECHAR ch,
BOOL *pfcommit
);
Parameters
ch
[in] The character to test.
pfcommit
[out] True if the character is a commit character; otherwise, False.
Return Value
An HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |