• PB数据类型转换表


    数据类型转换表    
     
    MICROSOFT            PB(16Bit)            PB(32Bit)    
    Bool                      Boolean                Boolean    
    Byte,  Char          Char                      Char    
    Char*                    Ref  string          Ref  String    
    Colorref              Uint                      Ulong    
    Double                  Double                  Double    
    Dword                    Uint                      Ulong    
    Float                    N/A                        N/A    
    Handle                  Uint                      Ulong    
    Hdc                        Uint                      Ulong    
    Hfile                    Uint                      Ulong    
    Hinstance            Uint                      Ulong    
    Hwnd                      Uint                      Ulong    
    Int                        Int                        Int    
    Long                      Long                      Long    
    Lparam                  Uint                      Ulong    
    Lpbyte                  Ref  Int                Ref  Long    
    Lpcwstr                Ref  Blob              Ref  Blob  (Unicode  use  ToUnicode())    
    Lpcvoid                Ref  String          Ref  String    
    Lpdword                Ref  Uint              Ref  Ulong    
    Lpfiletime          Ref  Time              Ref  Time    
    Lpint                    Ref  Int                Ref  Long    
    Lpstr,Lpcstr      Ref  String          Ref  String    
    Lpvoid                  Ref  Structstruct_inst  Ref  Struct  struct_inst    
    Lpword                  Ref  Int                Ref  Ulong    
    Mcierror              Long                      Long    
    Pbyte                    Ref  Int[#]          Ref  Long[#]    
    Short                    Int                        Int    
    Structure            Ref  Struct  struct_inst  Ref  Struct  Struct_inst    
    Uint                      Uint                      Uint    
    Void**                  SUBROUTINE          SUBROUTINE    
    Word                      Int                        Long    
    Wparam                  Uint                      Ulong    

  • 相关阅读:
    小小不爽一下
    银行家算法的讨论
    【转】C字符串处理函数的实现
    Oracle物理存储结构文件
    RAC和ASM环境下修改控制文件control file
    TNS01190: The user is not authorized to execute the requested listener comm (oracle”用户没有启动lisener的权限?)
    RAC环境ASM存储新增控制文件的方法
    Oracle RAC 修改 spfile 文件位置
    Rman通过duplicate创建standby
    rman恢复手册
  • 原文地址:https://www.cnblogs.com/szxiaofei14/p/4050036.html
Copyright © 2020-2023  润新知