Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSUserRuntime2 Interface Reference

Inherits IDSSUserRuntime.

Inherited by IDSSUserRuntime3.

List of all members.

Public Member Functions

HRESULT PromptAnswers ([in] IDSSSession *ipSession,[in] VARIANT_BOOL iCreate,[out, retval] IDSSPromptAnswers oppPromptAnswers)
 Returns the saved prompt answers of this user for the given project This method will create the object if asked to.


Member Function Documentation

HRESULT IDSSUserRuntime2::PromptAnswers [in] IDSSSession ipSession,
[in] VARIANT_BOOL  iCreate,
[out, retval] IDSSPromptAnswers   oppPromptAnswers
 

Returns the saved prompt answers of this user for the given project This method will create the object if asked to.

Parameters:
ipSession The current session, must be an open session
iCreate Controls what happens if the user currently doesn't have any prompt answers. If true, a new IDSSPromptAnswers object will be created, if false, NULL will be returned
oppPromptAnswers An object containing the saved prompt answers of this user. Could be NULL (see above)


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.