CFx SDK Documentation 2024 SP0
|
#include "DDKERNEL.h"
#include "FxFdtDCL.h"
#include "FxFdtCodes.h"
#include "FxFdtDialogs.h"
#include "FxFdtType.h"
#include <ResBuf.h>
#include <DbObjectId.h>
#include <Ge/GePoint2d.h>
#include <Ge/GePoint3d.h>
#include <Ge/GeVector3d.h>
#include <Ge/GeMatrix3d.h>
#include "FxPragmaPush.h"
#include "FxPragmaPop.h"
Go to the source code of this file.
Classes | |
class | CFxAPI |
Macros | |
#define | FDT_ENTER_NOCS ResetFCERRNO(); |
#define | FDT_RETURN_NOCS(arg) return( arg ); |
#define | FDT_RETURN_VOID_NOCS return; |
#define | FDT_ENTER FDT_ENTER_NOCS |
#define | FDT_RETURN FDT_RETURN_NOCS |
#define | FDT_RETURN_VOID FDT_RETURN_VOID_NOCS |
Functions | |
DDKERNEL_API CFxAPI * | FXAPI () |
#define FDT_ENTER FDT_ENTER_NOCS |
Definition at line 51 of file FxFdtAPI.h.
#define FDT_ENTER_NOCS ResetFCERRNO(); |
Definition at line 42 of file FxFdtAPI.h.
#define FDT_RETURN FDT_RETURN_NOCS |
Definition at line 56 of file FxFdtAPI.h.
#define FDT_RETURN_NOCS | ( | arg | ) | return( arg ); |
Definition at line 44 of file FxFdtAPI.h.
#define FDT_RETURN_VOID FDT_RETURN_VOID_NOCS |
Definition at line 62 of file FxFdtAPI.h.
#define FDT_RETURN_VOID_NOCS return; |
Definition at line 46 of file FxFdtAPI.h.
DDKERNEL_API CFxAPI * FXAPI | ( | ) |