tools.h

来自「The code for this article was written fo」· C头文件 代码 · 共 22 行

H
22
字号
#ifndef _TOOLS_H_
#define _TOOLS_H_


Long DLLAPI GetRefPtr(LPVOID lpVoid);

Integer DLLAPI LoByte(Integer w);
Integer DLLAPI HiByte(Integer w);
Integer DLLAPI MakeWord(Integer bHi, Integer bLo);
Integer DLLAPI RShiftWord(Integer w, Integer c);
Integer DLLAPI LShiftWord(Integer w, Integer c);
Integer DLLAPI HiWord(Long dw);
Integer DLLAPI LoWord(Long dw);
Long DLLAPI MakeDWord(Long wHi, Long wLo);
Long DLLAPI RShiftDWord(Long dw, Long c);
Long DLLAPI LShiftDWord(Long dw, Long c);
Boolean DLLAPI ExistFile(LPCSTR lpFileName);
Long DLLAPI InStrR(Variant * pvStart, Variant * pvTarget, 
                   Variant * pvFind, Variant * pvCompare);

#endif // _TOOLS_H_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?