在写ras拨号的时把256写错为20,这个糊涂问题居然花了我半天时间,

糊涂问题

糊涂问题        const int RAS_MaxEntryName = 256;
糊涂问题        
const int RAS_MaxPhoneNumber = 128;
糊涂问题        
const int RAS_MaxCallbackNumber = 128;
糊涂问题        
const int UNLEN = 256;
糊涂问题        
const int PWLEN = 256;
糊涂问题        
const int DNLEN = 15;
糊涂问题        
糊涂问题        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
糊涂问题        
public struct RASDIALPARAMS

相关文章: