IVsDeployableProjectCfg2.QueryStartDeploy(UInt32, Int32[], Int32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks for whether or not you can deploy a project with a given set of options.
int QueryStartDeploy(unsigned int dwOptions, std::Array <int> const & pfSupported, std::Array <int> const & pfReady);
public int QueryStartDeploy(uint dwOptions, int[] pfSupported, int[] pfReady);
abstract member QueryStartDeploy : uint32 * int[] * int[] -> int
Public Function QueryStartDeploy (dwOptions As UInteger, Optional pfSupported As Integer(), Optional pfReady As Integer()) As Integer
Parameters
- dwOptions
- UInt32
[in] Bit flags specifying deployment options. Unused.
- pfSupported
- Int32[]
[out] Optional. Pointer to a Boolean. Set to true if deployment supported. Specify null if not using.
- pfReady
- Int32[]
[out] Optional. Pointer to a Boolean. Set to true if the project is ready to deploy. Specify null if not using.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.