现在的位置: 首页 > 综合 > 正文

c/c++与pb的类型转换(备查)

2018年02月07日 ⁄ 综合 ⁄ 共 1206字 ⁄ 字号 评论关闭

c/c++与pb的类型转换
MICROSOFT PowerBuilder   
  Bool Boolean   
  Char* Ref String   
  Colorref Ulong   
  Dword Ulong   
  Handle Ulong   
  Hdc Ulong   
  Hfile Ulong   
  Hinstance Ulong   
  Hwnd Ulong   
  Int Int   
  Lparm Ulong   
  Lpbyte Ref Long   
  Lpbword Ref Ulong   
  Lpstr,Lpststr Ref String   
  Lpfiletime Ref Time   
  Lpint Ref Long   
  Lpvoid Ref Struct struct_inst   
  Mcierror Long   
  Pbyte Reg Long[#]   
  Short Int   
  Structure Ref Struct Struct_inst   
  Uint Uint   
  Void** SUBROUTINE   
  Word Ulong   
  Wparam Ulong   

数据类型转换表   
  C 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

抱歉!评论已关闭.