PvDropUser()
Drop an existing user from the database.
Header File: ddf.h (See also Header Files)
Function First Available In Library: w3dbav90.dll (Windows), libpsqldti.so (Linux), libpsqldti.dylib (OS X) (See also Link Libraries)
Syntax
PRESULT DDFAPICALLTYPE PvDropUser (
   BTI_WORD           dbHandle,
   const BTI_CHAR*    user);
Arguments
 
Return Values
 
Remarks
The following preconditions must be met:
The following post condition must be met:
Use PvCloseDatabase() to free the resources.
See Also
PvAddUserToGroup()
PvAlterUserName()
PvAlterUserPassword()
PvCreateUser()
PvRemoveUserFromGroup()
PvOpenDatabase()
PvCloseDatabase()