Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |