|
<< Click to Display Table of Contents >> C Examples: DbiDropPassword |
![]() ![]()
|
Remove all passwords from the current session. This example uses the following input:
fDbiDropPassword();
DBIResult fDbiDropPassword(VOID)
{
return Chk(DbiDropPassword(NULL));
}