Leaked source code of windows server 2003
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.

25 lines
618 B

  1. instance of __Win32Provider
  2. {
  3. Provider = "AssocProvider";
  4. ProviderClsId = "{8EF92BE0-8EBA-11d0-AD59-00C04FD8FDFF}";
  5. MethodSet = 327697;
  6. };
  7. class AssociationRule
  8. {
  9. [key] string AssociationClass;
  10. [not_null] bool RuleIsImmutable = TRUE;
  11. [not_null] string PropertyName1;
  12. [not_null] string PropertyQuery1;
  13. [not_null] bool Property1IsImmutable = TRUE;
  14. [not_null] string PropertyName2;
  15. [not_null] string PropertyQuery2;
  16. [not_null] bool Property2IsImmutable = TRUE;
  17. };
  18. class AssocProvNotifyStatus : __ExtendedStatus
  19. {
  20. string Description;
  21. };