Repository URL to install this package:
|
Version:
2016.3.0.4050 ▾
|
///========================================================================//
// SOURCE CODE LICENSE //
// Copyright 2012 Dassault Systèmes SolidWorks Corporation //
// All rights reserved. //
// This software and related documentation are proprietary to //
// Dassault Systèmes SolidWorks Corporation //
//========================================================================//
// dsResult_c.h, C++ API DSRESULT definition
//
#pragma once
typedef int DSRESULT;
#define DSRESULT_False 0
#define DSRESULT_True 1
#define DSRESULT_Disconnected 2
#define DSRESULT_NotImplemented 3