PID Property

   

Sets the personal identifier (PID) for either a group or a user account (Microsoft Jet workspaces only).

Syntax

VOIDSetPID(LPCTSTR pstr);

Parameters

Type Example Description
LPCTSTR pstr A pointer to string that contains 4–20 alphanumeric characters.

Remarks

Set the PID property along with the Name property when you create a new CdbGroup object. Set the PID property along with the Name and Password properties when you create a new CdbUser object.

This property is write-only for new objects not yet appended to a collection and is not available for existing objects.