Hi all, After creating connection profile, I want user can not edit it so I use the code bellow, But it doesn't effect. Why? anybody help me?
BOOL mybool; mybool = true; //non edit err = CncProfileSettingSet(profileId, kCncParamNonEditable, &mybool, kCncParamNonEditableSize); //lock err = CncProfileSettingSet(profileId, kCncParamLocked, &mybool, kCncParamLockedSize); //Read only err = CncProfileSettingSet(profileId, kCncParamReadOnly, &mybool, kCncParamReadOnlySize); Thanks in advance, levo __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
