?? ppcam32.h
字號:
// ppcam32.h : main header file for the PPCAM32 DLL
//
// PPCAM32.H
//
//
// Created 4/1/2003 by D. Lieberman
// Copyright 2003 Computer Methods
//
// 32-bit PP004 Interface Methods
//
// Include this header file to expose the functions exported in PPCAM32.DLL
// or allow header file to import functions
//
#ifdef PPCAMDLL
#define DLLEXPORT __declspec(dllexport)
#else
#define DLLEXPORT __declspec(dllimport)
#endif
DLLEXPORT void camo (int *p_N,int *p_F,int *p_A,int *p_DRW,int *p_Q,int *p_X);
DLLEXPORT void cami (int *p_N,int *p_F,int *p_A,int *p_DRW,int *p_Q,int *p_X);
DLLEXPORT void camo24(int *p_N,int *p_F,int *p_A,unsigned long *p_DRW,int *p_Q,int *p_X);
DLLEXPORT void cami24(int *p_N,int *p_F,int *p_A,unsigned long *p_DRW,int *p_Q,int *p_X);
DLLEXPORT void Crate_set(int *p_C);
DLLEXPORT unsigned int caml();
DLLEXPORT void camcl(unsigned int *ZCI_bits);
DLLEXPORT void dmaset(int *p_C, int *NOB, int *QBL,unsigned int *NTR);
DLLEXPORT int dmao(int *p_N,int *p_F,int *p_A,unsigned char *p_DRW,int *p_E);
DLLEXPORT int dmai(int *p_N,int *p_F,int *p_A,unsigned char *p_DRW,int *p_E);
DLLEXPORT unsigned int camcyc (unsigned int *NTR);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -