TBryce311
Active member
I am trying to create a VB version of the Passfilt.dll found in any (since NT) platform SDK. The C++ version utilizes:
NTSTATUS
NTAPI PasswordChangeNotify(PUNICODE_STRING UserName, ULONG RelativeId,PUNICODE_STRING Password)
BOOL NTAPI PasswordFilter(PUNICODE_STRING UserName, FullName_STRING UserName, PUNICODE_STRING Password, BOOL SetOperation)
BOOL NTAPI InitializeChangeNotify()
#1 Can this even be done. I have been searching the Win32API: advapi32.dll, kernel32.dll, user32.dll, etc... and see a couple of hopefulls but nothing concrete.
Any pointers would be much appreciated!
NTSTATUS
NTAPI PasswordChangeNotify(PUNICODE_STRING UserName, ULONG RelativeId,PUNICODE_STRING Password)
BOOL NTAPI PasswordFilter(PUNICODE_STRING UserName, FullName_STRING UserName, PUNICODE_STRING Password, BOOL SetOperation)
BOOL NTAPI InitializeChangeNotify()
#1 Can this even be done. I have been searching the Win32API: advapi32.dll, kernel32.dll, user32.dll, etc... and see a couple of hopefulls but nothing concrete.
Any pointers would be much appreciated!