Source code of Windows XP (NT5)
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.

30 lines
640 B

  1. #include "dspch.h"
  2. #pragma hdrstop
  3. #include <ntsam.h>
  4. static
  5. NTSTATUS
  6. KdcAccountChangeNotification (
  7. IN PSID DomainSid,
  8. IN SECURITY_DB_DELTA_TYPE DeltaType,
  9. IN SECURITY_DB_OBJECT_TYPE ObjectType,
  10. IN ULONG ObjectRid,
  11. IN OPTIONAL PUNICODE_STRING ObjectName,
  12. IN PLARGE_INTEGER ModifiedCount,
  13. IN PSAM_DELTA_DATA DeltaData OPTIONAL
  14. )
  15. {
  16. return STATUS_PROCEDURE_NOT_FOUND;
  17. }
  18. //
  19. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  20. //
  21. DEFINE_PROCNAME_ENTRIES(kdcsvc)
  22. {
  23. DLPENTRY(KdcAccountChangeNotification)
  24. };
  25. DEFINE_PROCNAME_MAP(kdcsvc)