zoukankan      html  css  js  c++  java
  • 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    

  • 相关阅读:
    我的专业知识博客宗旨
    数理统计与Matlab: 第3章 假设检验
    数理统计与Matlab: 第1章 数理统计基本概念
    线性代数:第一章 多项式2
    LaTeX科技排版入门简介[Z]
    ISIGHT 5.0 components guide
    用MATLAB优化工具箱解线性规划
    7.忙里偷闲聚众奔庆典 创建型模式总结 1
    9.嫁接品种火爆搞科研 适配器模式
    11.明月如何代表我的心 装饰模式
  • 原文地址:https://www.cnblogs.com/szxiaofei14/p/4050036.html
Copyright © 2011-2022 走看看