C Examples: DbiDropPassword

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiDropPassword

Return to chapter overview

Remove all passwords from the current session. This example uses the following input:
         fDbiDropPassword();

DBIResult fDbiDropPassword(VOID)

{

   return Chk(DbiDropPassword(NULL));

}