The SetContext method causes the current instantiation of the interface to operate on the request referenced by Context. This must be identical to a value given by the Context parameter in VerifyRequest.
[VB] void SetContext( long Context ); [JAVA] void SetContext( int Context ); [C++] HRESULT SetContext( LONG Context // in );
This method does not return a value.