home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / vbpg32 / apigid32 / apigid32.def < prev    next >
Encoding:
Text File  |  1996-12-28  |  1.5 KB  |  72 lines

  1. ; apigid32.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      APIGID32
  4. DESCRIPTION  'APIGID32 Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     ; DllRegisterServer   @1
  8.     ; DllUnregisterServer @2
  9.  
  10.     ; Explicit exports can go here
  11.     agGetInstance                @10
  12.     agSwapBytes                    @11
  13.     agSwapWords                    @12
  14.     agGetAddressForVBString        @13
  15.     agGetStringFromLPSTR        @14
  16.     agGetAddressForObject        @15
  17.     agCopyData                    @16
  18.     agDWORDto2Integers            @17
  19.     agPOINTStoLong                @18
  20.     agGetStringFrom2NullBuffer    @19
  21.     agMakeROP4                    @20
  22.     agGetWndInstance            @21
  23.     agIsValidName                @22
  24.     agSubtractFileTimes            @23
  25.     agInp                        @24
  26.     agInpw                        @25
  27.     agInpd                        @26
  28.     agOutp                        @27
  29.     agOutpw                        @28
  30.     agOutpd                        @29
  31.     agAddFileTimes                @30
  32.     agConvertFileTimeToDouble    @31
  33.     agConvertDoubleToFileTime    @32
  34.     agNegateFileTime            @33
  35.  
  36.  
  37.     ReceivesInteger    @100
  38.     ReceivesLong        @101
  39.     ReceivesSingle        @102
  40.     ReceivesDouble        @103
  41.     Add5ToInteger        @104
  42.     Add5ToLong            @105
  43.     Add5ToSingle        @106
  44.     Add5ToDouble        @107
  45.  
  46.     ReceivesCurrency    @108
  47.     AddPennyToCurrency    @109
  48.     ReceivesString        @110
  49.     ChangesString        @111
  50.     ReceivesVBString    @112
  51.     ChangesVBString        @113
  52.     ReturnsVBString        @114
  53.  
  54.  
  55.     ReceivesUserType    @115
  56.     AddUserString        @116
  57.     ReceivesIntArray    @117
  58.     ReceivesVBArray        @118
  59.     ReceivesVariantByVal    @119
  60.     ReceivesVariant    @120
  61.     UsesDate                @121
  62.     ReceivesObject        @122
  63.     ReceivesBytes        @123
  64.     ReceivesObject2    @124
  65.     ReturnUserType        @125
  66.     ChangesObject        @126
  67.  
  68.     ShowAddress            @150
  69.     DumpValues            @151
  70.     ChangeValues        @152
  71.  
  72.