c++和c#参数对照,不断完善中

xiaoxiao2021-02-27  199

部分参数对照表:     C++                                 I/O           C#       char   path[255]           O               StringBuilder     KCA_DIR                         I               int     LPCSTR                           I               string     int                                 I               int     LPSTR                             O               StringBuilder     int*                               O               out   int     DWORD                             I               int     DWORD*                           O               out   int     BOOL                               I               bool     long*                             O               out   long         另:StringBuilder在使用时,必须指定大小:     StringBuilder   strPara   =   new   StringBuilder(255);  
转载请注明原文地址: https://www.6miu.com/read-10773.html

最新回复(0)