gps32ud.def

来自「这是一个简单的软件开发包(SDK)」· DEF 代码 · 共 23 行

DEF
23
字号
; GPSLib.def : Declares the module parameters for the DLL.

LIBRARY      "GPS103UD"
DESCRIPTION  'GPS Windows Dynamic Link Library (Unicode Debug)'

EXPORTS
    ; Explicit exports can go here

	GpsShowControlPanel	@1
	GpsCreateEntry		@2
	GpsGetNumDevices	@3
	GpsEnumDevices		@4
	GpsDeleteEntry		@5
	GpsRenameEntry		@6
	GpsPropertiesDlg	@7
	GpsOpen				@8
	GpsClose			@9
	GpsGetPosition		@10
	GpsGetVersion       @11
	GpsDeviceNameAlreadyExists @12
	GpsShowAboutBox     @13
	GpsGetDevice        @14
	GpsSetDevice        @15

⌨️ 快捷键说明

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