• 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    

  • 相关阅读:
    史上最全的 Python 3 类型转换指南
    Python 3 进阶 —— print 打印和输出
    Go 标准库 —— sync.Mutex 互斥锁
    Python 判断文件/目录是否存在
    测试用例设计——如何提高测试覆盖率
    多语言的测试经验分享
    robotium教材(一):robotium环境搭建
    Android应用开发中出现appcompat-v7错误
    Android CPU使用率:top和dump cpuinfo的不同
    Kernel Time和User Time分别指什么
  • 原文地址:https://www.cnblogs.com/szxiaofei14/p/4050036.html
Copyright © 2020-2023  润新知