SetParameterPointer(String,String,IntPtr)
Allows to set a IntPtr as a parameter for a specified streamID.
See the Configuration section for more details within the subsection Common Parameters for each parameter available.
Parameters
streamID : string : Stream id name that needs to be associated with a IntPtr as a parameter.
paramKey : string : Name of the parameter that needs to be assigned the IntPtr.
paramValue : IntPtr : Pointer that will be assigned to the parameter of the specified stream.
Return
Status : Status to indicate if the operation was a success.