IUserInputString::GetSubmitButtonText method (photoacquire.h)
The GetSubmitButtonText
method retrieves the text for the submit button.
Syntax
HRESULT GetSubmitButtonText(
[out] BSTR *pbstrSubmitButtonText
);
Parameters
[out] pbstrSubmitButtonText
Pointer to a string containing the submit button text.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
A NULL pointer was passed where a non-NULL pointer is expected. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |