RPC HELP DLL ExportFN RPCBPropGet Example: Difference between revisions
From VistApedia
Jump to navigationJump to search
Blanked the page |
No edit summary |
||
| Line 1: | Line 1: | ||
[[RPC_Broker_Help| RPC Broker Help Home]] | |||
[[RPC_HELP_Other_DLL_Interface_List|DLL Interface Home]] | |||
<h2>RPCBPropGet Examples</h2> | |||
<h3>C</h3> | |||
RPCBPropGet(RPCBroker, "Connected", Value); | |||
<h3>C++</h3> | |||
MyInstance.RPCBPropGet("Connected", Value); | |||
<h3>Visual Basic</h3> | |||
Call RPCBPropGet(intRPCBHandle, "Server", strResult) | |||
Latest revision as of 14:55, 8 July 2015
RPCBPropGet Examples
C
RPCBPropGet(RPCBroker, "Connected", Value);
C++
MyInstance.RPCBPropGet("Connected", Value);
Visual Basic
Call RPCBPropGet(intRPCBHandle, "Server", strResult)