PREPARECOMMANDRESULT Enum

Definition

Constants for working with commands. Used with PrepareCommand(String, Guid, UInt32, IntPtr, PREPARECOMMANDRESULT[]) calls.

public enum class PREPARECOMMANDRESULT
public enum class PREPARECOMMANDRESULT
enum PREPARECOMMANDRESULT
public enum PREPARECOMMANDRESULT
type PREPARECOMMANDRESULT = 
Public Enum PREPARECOMMANDRESULT
Inheritance
PREPARECOMMANDRESULT

Fields

PC_FAILURE 5

Failure not attributable to one of the causes below.

PC_NOCOMMAND 1

No command name was specified.

PC_NOTAVAILABLE 3

The command is disabled.

PC_NOTFOUND 2

The name did not match any known command.

PC_PARAMSNOTACCEPTED 4

Parameters were specified, and the command does not accept parameters.

PC_SUCCESS 0

Command preparation was successful.

Remarks

COM Signature

From vsshell.idl:

Applies to