You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
216 B
8 lines
216 B
// This is the header file for conference security functions in common.lib
|
|
//
|
|
// Created: ClausGi 10-24-95
|
|
//
|
|
|
|
// Functions:
|
|
BOOL WINAPI HashPassword ( LPSTR szPasswd, LPBYTE lpBuffer, LPDWORD lpcbBuffer );
|
|
|