Find and call the specified procedure.
Calls made using this function are always blocking.
- 매개변수
-
[in] | in_this | Current instance of this interface. |
[in] | in_szUri | URI of the procedure to call. |
[in] | in_szArgs | JSON string of arguments to pass to the procedure, or nullptr for no arguments. |
[in] | in_szOptions | JSON string of options to pass to the procedure, or nullptr for no options. |
[in] | in_pAlloc | Allocator used to allocate memory for the results or the error. |
[out] | out_szResults | JSON string (utf-8) containing the results, if any. |
[out] | out_szError | JSON string (utf-8) containing the error, if any. |
Host.h 파일의 172 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AK.Wwise::Plugin::V1::HostBase< CHost, 2 >::WaapiCall().