gps32ud.def

来自「GPS定位系统,可以与GPS相连接,也可以与与电子地图等相连接.」· DEF 代码 · 共 23 行

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

LIBRARY      "GPS100UD"
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 + -
显示快捷键?