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.

4829 lines
106 KiB

  1. //******************************************
  2. // Copyright (c) 1997-2001 Microsoft Corporation
  3. // Event Trace Session
  4. // Event Definitions
  5. //******************************************
  6. // Syntax:
  7. //
  8. // Guid EventName
  9. // #version value
  10. // #level value
  11. // #type name1 value1
  12. // {
  13. // MofFields
  14. // }
  15. // #type name2 value2
  16. // {
  17. // MofFields
  18. // }
  19. //
  20. //******************************************
  21. // Kernel Events
  22. //******************************************
  23. 68fdd900-4a3e-11d1-84f4-0000f80464e3 EventTrace
  24. #type Header 0
  25. {
  26. BufferSize, ItemULong
  27. Version, ItemULong
  28. BuildNumber, ItemULong
  29. NumProc, ItemULong
  30. EndTime, ItemULongLong
  31. TimerResolution,ItemULong
  32. MaxFileSize, ItemULong
  33. LogFileMode, ItemULongX
  34. BuffersWritten, ItemULong
  35. StartBuffers, ItemULong
  36. PointerSize, ItemULong
  37. EventsLost, ItemULong
  38. CPUSpeed, ItemULong
  39. LoggerName, ItemPtr
  40. LogFileName, ItemPtr
  41. TimeZone, ItemCharHidden[176]
  42. BootTime, ItemULongLong
  43. PerfFrequency, ItemULongLong
  44. StartTime, ItemULongLong
  45. ReservedFlags, ItemULongX
  46. BuffersLost, ItemULong
  47. }
  48. 3d6fa8d0-fe05-11d0-9dda-00c04fd7ba7c Process
  49. #version 0
  50. #type Start 1
  51. #type End 2
  52. #type DCStart 3
  53. #type DCEnd 4
  54. {
  55. ProcessId, ItemPtr
  56. ParentId, ItemPtr
  57. UserSID, ItemSid
  58. ImageFileName, ItemString
  59. }
  60. #version 1
  61. #type Start 1
  62. #type End 2
  63. #type DCStart 3
  64. #type DCEnd 4
  65. {
  66. PageDirectoryBase, ItemPtr
  67. ProcessId, ItemULongX
  68. ParentId, ItemULongX
  69. SessionId, ItemULong
  70. ExitStatus, ItemULong
  71. UserSID, ItemSid
  72. ImageFileName, ItemString
  73. }
  74. 3d6fa8d1-fe05-11d0-9dda-00c04fd7ba7c Thread
  75. #version 0
  76. #type Start 1
  77. #type End 2
  78. #type DCStart 3
  79. #type DCEnd 4
  80. {
  81. TThreadId, ItemULongX
  82. ProcessId, ItemULongX
  83. }
  84. #version 1
  85. #type Start 1
  86. #type DCStart 3
  87. {
  88. ProcessId, ItemULongX
  89. TThreadId, ItemULongX
  90. StackBase, ItemPtr
  91. StackLimit, ItemPtr
  92. UserStackBase, ItemPtr
  93. UserStackLimit, ItemPtr
  94. StartAddr, ItemPtr
  95. Win32StartAddr, ItemPtr
  96. WaitMode, ItemChar
  97. }
  98. #version 1
  99. #type End 2
  100. #type DCEnd 4
  101. {
  102. ProcessId, ItemULongX
  103. TThreadId, ItemULongX
  104. }
  105. #version 1
  106. #type CSwitch 36
  107. {
  108. NewThreadId, ItemULongX
  109. OldThreadId, ItemULongX
  110. NewThreadPriority, ItemCharShort
  111. OldThreadPriority, ItemCharShort
  112. NewThreadQuantum, ItemCharShort
  113. OldThreadQuantum, ItemCharShort
  114. OldThreadWaitReason, ItemCharShort
  115. OldThreadWaitMode, ItemCharShort
  116. OldThreadState, ItemCharShort
  117. OldThreadWaitIdealProcessor, ItemCharShort
  118. NewThreadWaitTime, ItemULongX
  119. }
  120. 3d6fa8d4-fe05-11d0-9dda-00c04fd7ba7c DiskIo
  121. #type Read 10
  122. #type Write 11
  123. {
  124. DiskNumber, ItemULong
  125. IrpFlags, ItemULongX
  126. TransferSize, ItemULong
  127. ResponseTime, ItemULong
  128. ByteOffset, ItemULongLong
  129. FileObject, ItemPtr
  130. HighResResponseTime, ItemULongLong
  131. }
  132. AE53722E-C863-11d2-8659-00C04FA321A1 Registry
  133. #version 0
  134. #type Create 10
  135. #type Open 11
  136. #type Delete 12
  137. #type Query 13
  138. #type SetValue 14
  139. #type DeleteValue 15
  140. #type QueryValue 16
  141. #type EnumerateKey 17
  142. #type EnumerateValueKey 18
  143. #type QueryMultipleValue 19
  144. #type SetInformation 20
  145. #type Flush 21
  146. {
  147. Status,ItemPtr
  148. KeyHandle, ItemPtr
  149. ElapsedTime, ItemLongLong
  150. KeyName, ItemWString
  151. }
  152. #version 1
  153. #type Create 10
  154. #type Open 11
  155. #type Delete 12
  156. #type Query 13
  157. #type SetValue 14
  158. #type DeleteValue 15
  159. #type QueryValue 16
  160. #type EnumerateKey 17
  161. #type EnumerateValueKey 18
  162. #type QueryMultipleValue 19
  163. #type SetInformation 20
  164. #type Flush 21
  165. #type RunDown 22
  166. {
  167. Status,ItemPtr
  168. KeyHandle, ItemPtr
  169. ElapsedTime, ItemLongLong
  170. Index, ItemULong
  171. KeyName, ItemWString
  172. }
  173. 90cbdc39-4a3e-11d1-84f4-0000f80464e3 FileIo
  174. #version 0
  175. #type Name 0
  176. {
  177. FileObject, ItemPtr
  178. FileName, ItemWString
  179. }
  180. #version 1
  181. #type Name 0
  182. #type FileCreate 32
  183. {
  184. FileObject, ItemPtr
  185. FileName, ItemWString
  186. }
  187. 9a280ac0-c8e0-11d1-84e2-00c04fb998a2 TcpIp
  188. #version 0
  189. #type Send 10
  190. #type Recv 11
  191. #type Connect 12
  192. #type Disconnect 13
  193. #type Retransmit 14
  194. #type Accept 15
  195. {
  196. daddr, ItemIPAddr
  197. saddr, ItemIPAddr
  198. dport, ItemPort
  199. sport, ItemPort
  200. size, ItemULong
  201. PID, ItemULong
  202. }
  203. #version 1
  204. #type Send 10
  205. #type Recv 11
  206. #type Connect 12
  207. #type Disconnect 13
  208. #type Retransmit 14
  209. #type Accept 15
  210. #type Reconnect 16
  211. {
  212. PID, ItemULong
  213. size, ItemULong
  214. daddr, ItemIPAddr
  215. saddr, ItemIPAddr
  216. dport, ItemPort
  217. sport, ItemPort
  218. }
  219. bf3a50c5-a9c9-4988-a005-2df0b7c80f80 UdpIp
  220. #version 0
  221. #type Send 10
  222. #type Recv 11
  223. {
  224. context, ItemPtr
  225. saddr, ItemIPAddr
  226. sport, ItemPort
  227. size, ItemUShort
  228. daddr, ItemIPAddr
  229. dport, ItemPort
  230. dsize, ItemUShort
  231. }
  232. #version 1
  233. #type Send 10
  234. #type Recv 11
  235. {
  236. PID, ItemULong
  237. size, ItemULong
  238. daddr, ItemIPAddr
  239. saddr, ItemIPAddr
  240. dport, ItemPort
  241. sport, ItemPort
  242. }
  243. 2cb15d1d-5fc1-11d2-abe1-00a0c911f518 Image
  244. #version 0
  245. #type Load 10
  246. {
  247. BaseAddress, ItemPtr
  248. ModuleSize, ItemULong
  249. ImageFileName, ItemWString
  250. }
  251. #version 1
  252. #type Load 10
  253. {
  254. ImageBase, ItemPtr
  255. ImageSize, ItemPtr
  256. ProcessId, ItemULong
  257. FileName, ItemWString
  258. }
  259. 3d6fa8d3-fe05-11d0-9dda-00c04fd7ba7c PageFault
  260. #type TransitionFault 10
  261. #type DemandZeroFault 11
  262. #type CopyOnWrite 12
  263. #type GuardPageFault 13
  264. #type HardPageFault 14
  265. {
  266. Virtual Address, ItemPtr
  267. Program Counter, ItemPtr
  268. }
  269. 01853a65-418f-4f36-aefc-dc0f1d2fd235 SystemConfig
  270. #type CPU 10
  271. {
  272. MHz, ItemULong
  273. NumberOfProcessors, ItemULong
  274. MemSize, ItemULong
  275. PageSize, ItemULong
  276. AllocationGranularity, ItemULong
  277. ComputerName, ItemWChar[256]
  278. DomainName, ItemWChar[132]
  279. }
  280. #type PhyDisk 11
  281. {
  282. DiskNumber, ItemULong
  283. BytesPerSector, ItemULong
  284. SectorsPerTrack, ItemULong
  285. TracksPerCylinder, ItemULong
  286. Cylinders, ItemULongLong
  287. SCSIPort, ItemULong
  288. SCSIPath, ItemULong
  289. SCSITarget, ItemULong
  290. SCSILun, ItemULong
  291. Manufacturer, ItemWChar[256]
  292. PartitionCount, ItemULong
  293. WriteCacheEnabled, ItemBool
  294. BootDriveLetter, ItemWChar[3]
  295. }
  296. #type LogDisk 12
  297. {
  298. StartOffset, ItemULongLong
  299. PartitionSize, ItemULongLong
  300. DiskNumber, ItemULong
  301. Size, ItemULong
  302. DriveType, ItemULong
  303. DriveLetterString, ItemWChar[4]
  304. Pad, ItemULong
  305. PartitionNumber, ItemULong
  306. SectorsPerCluster, ItemULong
  307. BytesPerSector, ItemULong
  308. NumberOfFreeClusters, ItemLongLong
  309. TotalNumberOfClusters, ItemLongLong
  310. FileSystem, ItemWChar[16]
  311. VolumeExt, ItemULong
  312. }
  313. #type NIC 13
  314. {
  315. NICName, ItemWChar[256]
  316. Index, ItemULong
  317. PhysicalAddrLen, ItemULong
  318. PhysicalAddr, ItemWChar[8]
  319. Size, ItemULong
  320. IpAddress, ItemLong
  321. SubnetMask, ItemLong
  322. DhcpServer, ItemLong
  323. Gateway, ItemLong
  324. PrimaryWinsServer, ItemLong
  325. SecondaryWinsServer, ItemLong
  326. DnsServer1, ItemLong
  327. DnsServer2, ItemLong
  328. DnsServer3, ItemLong
  329. DnsServer4, ItemLong
  330. Data, ItemULong
  331. }
  332. #type Video 14
  333. {
  334. MemorySize, ItemULong
  335. XResolution, ItemULong
  336. YResolution, ItemULong
  337. BitsPerPixel, ItemULong
  338. VRefresh, ItemULong
  339. ChipType, ItemWCHAR[256]
  340. DACType, ItemWCHAR[256]
  341. AdapterString, ItemWCHAR[256]
  342. BiosString, ItemWCHAR[256]
  343. DeviceId, ItemWCHAR[256]
  344. StateFlags, ItemULong
  345. }
  346. #type Services 15
  347. {
  348. ServiceName, ItemWCHAR[34]
  349. DisplayName, ItemWCHAR[256]
  350. ProcessName, ItemWCHAR[34]
  351. ProcessId, ItemULong
  352. }
  353. #type Power 16
  354. {
  355. S1, ItemBool
  356. S2, ItemBool
  357. S3, ItemBool
  358. S4, ItemBool
  359. S5, ItemBool
  360. Pad1, ItemChar
  361. Pad2, ItemChar
  362. Pad3, ItemChar
  363. }
  364. //******************************************
  365. // Test Events
  366. // d58c126f-b309-11d1-969e-0000f875a5bc
  367. //******************************************
  368. d58c126f-b309-11d1-969e-0000f875a5bc TraceKmp
  369. //******************************************
  370. // Test Events
  371. // d58c126f-b309-11d1-969e-0000f875a5bc
  372. //******************************************
  373. ce5b1020-8ea9-11d0-a4ec-00a0c9062910 TraceDp
  374. #type Start 1
  375. #type End 2
  376. {
  377. UserData, ItemULong
  378. }
  379. //******************************************
  380. // Test Events
  381. // 1bd67283-57cc-11d2-9a03-00c04f72c722
  382. //******************************************
  383. 1bd67283-57cc-11d2-9a03-00c04f72c722 TranProv
  384. #type Start 1
  385. #type End 2
  386. {
  387. UserData, ItemULong
  388. }
  389. //******************************************
  390. // DS Events
  391. // 1c83b2fc-c04f-11d1-8afc-00c04fc21914
  392. //******************************************
  393. 5b7eb15d-7441-11d2-b711-00c04fb998a2 DsKccGuid
  394. #type Start 1
  395. #type End 2
  396. {
  397. Signature, ItemCharSign
  398. Version, ItemCharShort
  399. Inserts, ItemCharShort
  400. messageId, ItemULong
  401. BindId,ItemULong
  402. Null1, ItemDSWString
  403. Null2, ItemDSWString
  404. Null3, ItemDSWString
  405. Null4, ItemDSWString
  406. Null5, ItemDSWString
  407. Null6, ItemDSWString
  408. Null7, ItemDSWString
  409. Null8, ItemDSWString
  410. }
  411. 05acd000-daeb-11d1-be80-00c04fadfff5 DsDirSearch
  412. #type Start 1
  413. {
  414. Signature, ItemCharSign
  415. Version, ItemCharShort
  416. Inserts, ItemCharShort
  417. messageId, ItemULong
  418. BindId, ItemULong
  419. Caller, ItemDSWString
  420. Choice, ItemDSWString
  421. ObjDN, ItemDSWString
  422. Null4, ItemDSWString
  423. Null5, ItemDSWString
  424. Null6, ItemDSWString
  425. Null7, ItemDSWString
  426. Null8, ItemDSWString
  427. }
  428. #type End 2
  429. {
  430. Signature, ItemCharSign
  431. Version, ItemCharShort
  432. Inserts, ItemCharShort
  433. messageId, ItemULong
  434. BindId, ItemULong
  435. ErrCode, ItemDSWString
  436. Filter, ItemDSWString
  437. Index, ItemDSWString
  438. Null4, ItemDSWString
  439. Null5, ItemDSWString
  440. Null6, ItemDSWString
  441. Null7, ItemDSWString
  442. Null8, ItemDSWString
  443. }
  444. 05acd001-daeb-11d1-be80-00c04fadfff5 DsDirAddEntry
  445. #type Start 1
  446. {
  447. Signature, ItemCharSign
  448. Version, ItemCharShort
  449. Inserts, ItemCharShort
  450. messageId, ItemULong
  451. BindId, ItemULong
  452. Caller, ItemDSWString
  453. ObjDn, ItemDSWString
  454. Null3, ItemDSWString
  455. Null4, ItemDSWString
  456. Null5, ItemDSWString
  457. Null6, ItemDSWString
  458. Null7, ItemDSWString
  459. Null8, ItemDSWString
  460. }
  461. #type End 2
  462. {
  463. Signature, ItemCharSign
  464. Version, ItemCharShort
  465. Inserts, ItemCharShort
  466. messageId, ItemULong
  467. BindId, ItemULong
  468. ErrCode, ItemDSWString
  469. Null2, ItemDSWString
  470. Null3, ItemDSWString
  471. Null4, ItemDSWString
  472. Null5, ItemDSWString
  473. Null6, ItemDSWString
  474. Null7, ItemDSWString
  475. Null8, ItemDSWString
  476. }
  477. 05acd002-daeb-11d1-be80-00c04fadfff5 DsDirMod
  478. #type Start 1
  479. {
  480. Signature, ItemCharSign
  481. Version, ItemCharShort
  482. Inserts, ItemCharShort
  483. messageId, ItemULong
  484. BindId, ItemULong
  485. Caller, ItemDSWString
  486. ObjDn, ItemDSWString
  487. Null3, ItemDSWString
  488. Null4, ItemMLString
  489. Null5, ItemDSWString
  490. Null6, ItemDSWString
  491. Null7, ItemDSWString
  492. Null8, ItemDSWString
  493. }
  494. #type End 2
  495. {
  496. Signature, ItemCharSign
  497. Version, ItemCharShort
  498. Inserts, ItemCharShort
  499. messageId, ItemULong
  500. BindId, ItemULong
  501. ErrCode, ItemDSWString
  502. Null2, ItemDSWString
  503. Null3, ItemDSWString
  504. Null4, ItemMLString
  505. Null5, ItemDSWString
  506. Null6, ItemDSWString
  507. Null7, ItemDSWString
  508. Null8, ItemDSWString
  509. }
  510. 05acd005-daeb-11d1-be80-00c04fadfff5 DsDirModDN
  511. #type Start 1
  512. {
  513. Signature, ItemCharSign
  514. Version, ItemCharShort
  515. Inserts, ItemCharShort
  516. messageId, ItemULong
  517. BindId,ItemULong
  518. Caller, ItemDSWString
  519. ObjDn, ItemDSWString
  520. NewParentDn, ItemDSWString
  521. NewName, ItemDSWString
  522. Null5, ItemDSWString
  523. Null6, ItemDSWString
  524. Null7, ItemDSWString
  525. Null8, ItemDSWString
  526. }
  527. #type End 2
  528. {
  529. Signature, ItemCharSign
  530. Version, ItemCharShort
  531. Inserts, ItemCharShort
  532. messageId, ItemULong
  533. BindId,ItemULong
  534. ErrCode, ItemDSWString
  535. Null2, ItemDSWString
  536. Null3, ItemDSWString
  537. Null4, ItemDSWString
  538. Null5, ItemDSWString
  539. Null6, ItemDSWString
  540. Null7, ItemDSWString
  541. Null8, ItemDSWString
  542. }
  543. 05acd003-daeb-11d1-be80-00c04fadfff5 DsDirDel
  544. #type Start 1
  545. {
  546. Signature, ItemCharSign
  547. Version, ItemCharShort
  548. Inserts, ItemCharShort
  549. messageId, ItemULong
  550. BindId, ItemULong
  551. Caller, ItemDSWString
  552. ObjDn, ItemDSWString
  553. Null3, ItemDSWString
  554. Null4, ItemMLString
  555. Null5, ItemDSWString
  556. Null6, ItemDSWString
  557. Null7, ItemDSWString
  558. Null8, ItemDSWString
  559. }
  560. #type End 2
  561. {
  562. Signature, ItemCharSign
  563. Version, ItemCharShort
  564. Inserts, ItemCharShort
  565. messageId, ItemULong
  566. BindId, ItemULong
  567. ErrCode, ItemDSWString
  568. Null2, ItemDSWString
  569. Null3, ItemDSWString
  570. Null4, ItemMLString
  571. Null5, ItemDSWString
  572. Null6, ItemDSWString
  573. Null7, ItemDSWString
  574. Null8, ItemDSWString
  575. }
  576. 05acd004-daeb-11d1-be80-00c04fadfff5 DsDirCompare
  577. #type Start 1
  578. {
  579. Signature, ItemCharSign
  580. Version, ItemCharShort
  581. Inserts, ItemCharShort
  582. messageId, ItemULong
  583. BindId, ItemULong
  584. Caller, ItemDSWString
  585. AssertType, ItemDSWString
  586. ObjDn, ItemDSWString
  587. Null4, ItemDSWString
  588. Null5, ItemDSWString
  589. Null6, ItemDSWString
  590. Null7, ItemDSWString
  591. Null8, ItemDSWString
  592. }
  593. #type End 2
  594. {
  595. Signature, ItemCharSign
  596. Version, ItemCharShort
  597. Inserts, ItemCharShort
  598. messageId, ItemULong
  599. BindId, ItemULong
  600. ErrCode, ItemDSWString
  601. Null2, ItemDSWString
  602. Null3, ItemDSWString
  603. Null4, ItemDSWString
  604. Null5, ItemDSWString
  605. Null6, ItemDSWString
  606. Null7, ItemDSWString
  607. Null8, ItemDSWString
  608. }
  609. 05acd006-daeb-11d1-be80-00c04fadfff5 DsDirGtNcChg
  610. #type Start 1
  611. {
  612. Signature, ItemCharSign
  613. Version, ItemCharShort
  614. Inserts, ItemCharShort
  615. messageId, ItemULong
  616. BindId,ItemULong
  617. UuidDest, ItemDSWString
  618. NcDn, ItemDSWString
  619. UsnVecFrom, ItemDSWString
  620. flags, ItemDSWString
  621. RetCrit, ItemDSWString
  622. ExtOp, ItemDSWString
  623. Null7, ItemDSWString
  624. Null8, ItemDSWString
  625. }
  626. #type End 2
  627. {
  628. Signature, ItemCharSign
  629. Version, ItemCharShort
  630. Inserts, ItemCharShort
  631. messageId, ItemULong
  632. BindId,ItemULong
  633. NumObj, ItemDSWString
  634. NumBytes, ItemDSWString
  635. UsnVecTo, ItemDSWString
  636. ExtRet, ItemDSWString
  637. Null5, ItemDSWString
  638. Null6, ItemDSWString
  639. Null7, ItemDSWString
  640. Null8, ItemDSWString
  641. }
  642. 05acd007-daeb-11d1-be80-00c04fadfff5 DsDirReplSync
  643. #type Start 1
  644. {
  645. Signature, ItemCharSign
  646. Version, ItemCharShort
  647. Inserts, ItemCharShort
  648. messageId, ItemULong
  649. BindId, ItemULong
  650. NcDn, ItemDSWString
  651. DsaOrUuid, ItemDSWString
  652. Options, ItemDSWString
  653. Null4, ItemDSWString
  654. Null5, ItemDSWString
  655. Null6, ItemDSWString
  656. Null7, ItemDSWString
  657. Null8, ItemDSWString
  658. }
  659. #type End 2
  660. {
  661. Signature, ItemCharSign
  662. Version, ItemCharShort
  663. Inserts, ItemCharShort
  664. messageId, ItemULong
  665. BindId, ItemULong
  666. ErrCode, ItemDSWString
  667. Null2, ItemDSWString
  668. Null3, ItemDSWString
  669. Null4, ItemDSWString
  670. Null5, ItemDSWString
  671. Null6, ItemDSWString
  672. Null7, ItemDSWString
  673. Null8, ItemDSWString
  674. }
  675. 05acd008-daeb-11d1-be80-00c04fadfff5 DsDirFind
  676. #type Start 1
  677. {
  678. Signature, ItemCharSign
  679. Version, ItemCharShort
  680. Inserts, ItemCharShort
  681. messageId, ItemULong
  682. BindId,ItemULong
  683. Caller, ItemDSWString
  684. AttId, ItemDSWString
  685. Null3, ItemDSWString
  686. Null4, ItemDSWString
  687. Null5, ItemDSWString
  688. Null6, ItemDSWString
  689. Null7, ItemDSWString
  690. Null8, ItemDSWString
  691. }
  692. #type End 2
  693. {
  694. Signature, ItemCharSign
  695. Version, ItemCharShort
  696. Inserts, ItemCharShort
  697. messageId, ItemULong
  698. BindId,ItemULong
  699. ErrCode, ItemDSWString
  700. Null2, ItemDSWString
  701. Null3, ItemDSWString
  702. Null4, ItemDSWString
  703. Null5, ItemDSWString
  704. Null6, ItemDSWString
  705. Null7, ItemDSWString
  706. Null8, ItemDSWString
  707. }
  708. 05acd009-daeb-11d1-be80-00c04fadfff5 DsLdapBind
  709. #type Start 1
  710. {
  711. Signature, ItemCharSign
  712. Version, ItemCharShort
  713. Inserts, ItemCharShort
  714. messageId, ItemULong
  715. BindId,ItemULong
  716. Null1, ItemDSWString
  717. Null2, ItemDSWString
  718. Null3, ItemDSWString
  719. Null4, ItemDSWString
  720. Null5, ItemDSWString
  721. Null6, ItemDSWString
  722. Null7, ItemDSWString
  723. Null8, ItemDSWString
  724. }
  725. #type End 2
  726. {
  727. Signature, ItemCharSign
  728. Version, ItemCharShort
  729. Inserts, ItemCharShort
  730. messageId, ItemULong
  731. BindId,ItemULong
  732. ErrCode, ItemDSWString
  733. Null2, ItemDSWString
  734. Null3, ItemDSWString
  735. Null4, ItemDSWString
  736. Null5, ItemDSWString
  737. Null6, ItemDSWString
  738. Null7, ItemDSWString
  739. Null8, ItemDSWString
  740. }
  741. 14f8aa22-7f4b-11d2-b389-0000f87a46c8 DsKccTask
  742. #type Start 1
  743. #type End 2
  744. {
  745. Signature, ItemCharSign
  746. Version, ItemCharShort
  747. Inserts, ItemCharShort
  748. messageId, ItemULong
  749. BindId,ItemULong
  750. Null1, ItemDSWString
  751. Null2, ItemDSWString
  752. Null3, ItemDSWString
  753. Null4, ItemDSWString
  754. Null5, ItemDSWString
  755. Null6, ItemDSWString
  756. Null7, ItemDSWString
  757. Null8, ItemDSWString
  758. }
  759. 14f8aa23-7f4b-11d2-b389-0000f87a46c8 DsDrsReplSync
  760. #type Start 1
  761. Signature, ItemCharSign
  762. Version, ItemCharShort
  763. Inserts, ItemCharShort
  764. messageId, ItemULong
  765. BindId,ItemULong
  766. ObjDN, ItemDSWString
  767. DraSrc, ItemDSWString
  768. UuidSrc, ItemDSWString
  769. Options, ItemDSWString
  770. Null5, ItemDSWString
  771. Null6, ItemDSWString
  772. Null7, ItemDSWString
  773. Null8, ItemDSWString
  774. }
  775. #type End 2
  776. {
  777. Signature, ItemCharSign
  778. Version, ItemCharShort
  779. Inserts, ItemCharShort
  780. messageId, ItemULong
  781. BindId,ItemULong
  782. ErrCode, ItemDSWString
  783. Null2, ItemDSWString
  784. Null3, ItemDSWString
  785. Null4, ItemDSWString
  786. Null5, ItemDSWString
  787. Null6, ItemDSWString
  788. Null7, ItemDSWString
  789. Null8, ItemDSWString
  790. }
  791. 14f8aa24-7f4b-11d2-b389-0000f87a46c8 DsDrsReplGtChg
  792. #type Start 1
  793. {
  794. Signature, ItemCharSign
  795. Version, ItemCharShort
  796. Inserts, ItemCharShort
  797. messageId, ItemULong
  798. BindId,ItemULong
  799. UuidDest, ItemDSWString
  800. NcDn, ItemDSWString
  801. UsnFromHighObj, ItemDSWString
  802. UsnFromHighProp, ItemDSWString
  803. Flags, ItemDSWString
  804. MaxObj, ItemDSWString
  805. MaxBytes, ItemDSWString
  806. ExtOp, ItemDSWString
  807. }
  808. #type End 2
  809. {
  810. Signature, ItemCharSign
  811. Version, ItemCharShort
  812. Inserts, ItemCharShort
  813. messageId, ItemULong
  814. BindId,ItemULong
  815. UsnToHighObj, ItemDSWString
  816. UsnToHighProp, ItemDSWString
  817. NumObj, ItemDSWString
  818. NumByte, ItemDSWString
  819. ExtRet, ItemDSWString
  820. ErrCode, ItemDSWString
  821. Null7, ItemDSWString
  822. Null8, ItemDSWString
  823. }
  824. 14f8aa25-7f4b-11d2-b389-0000f87a46c8 DsDrsUpdtRefs
  825. #type Start 1
  826. {
  827. Signature, ItemCharSign
  828. Version, ItemCharShort
  829. Inserts, ItemCharShort
  830. messageId, ItemULong
  831. BindId,ItemULong
  832. NcDn, ItemDSWString
  833. DsaDest, ItemDSWString
  834. UuidDest, ItemDSWString
  835. Options, ItemDSWString
  836. Null5, ItemDSWString
  837. Null6, ItemDSWString
  838. Null7, ItemDSWString
  839. Null8, ItemDSWString
  840. }
  841. #type End 2
  842. {
  843. Signature, ItemCharSign
  844. Version, ItemCharShort
  845. Inserts, ItemCharShort
  846. messageId, ItemULong
  847. BindId,ItemULong
  848. ErrCode, ItemDSWString
  849. Null2, ItemDSWString
  850. Null3, ItemDSWString
  851. Null4, ItemDSWString
  852. Null5, ItemDSWString
  853. Null6, ItemDSWString
  854. Null7, ItemDSWString
  855. Null8, ItemDSWString
  856. }
  857. 14f8aa26-7f4b-11d2-b389-0000f87a46c8 DsDrsReplAdd
  858. #type Start 1
  859. {
  860. Signature, ItemCharSign
  861. Version, ItemCharShort
  862. Inserts, ItemCharShort
  863. messageId, ItemULong
  864. BindId,ItemULong
  865. NcDn, ItemDSWString
  866. SrcDsaDn, ItemDSWString
  867. TransDn, ItemDSWString
  868. DsaSrc, ItemDSWString
  869. Options, ItemDSWString
  870. Null6, ItemDSWString
  871. Null7, ItemDSWString
  872. Null8, ItemDSWString
  873. }
  874. #type End 2
  875. {
  876. Signature, ItemCharSign
  877. Version, ItemCharShort
  878. Inserts, ItemCharShort
  879. messageId, ItemULong
  880. BindId,ItemULong
  881. ErrCode, ItemDSWString
  882. Null2, ItemDSWString
  883. Null3, ItemDSWString
  884. Null4, ItemDSWString
  885. Null5, ItemDSWString
  886. Null6, ItemDSWString
  887. Null7, ItemDSWString
  888. Null8, ItemDSWString
  889. }
  890. 14f8aa27-7f4b-11d2-b389-0000f87a46c8 DsDrsReplMod
  891. #type Start 1
  892. {
  893. Signature, ItemCharSign
  894. Version, ItemCharShort
  895. Inserts, ItemCharShort
  896. messageId, ItemULong
  897. BindId,ItemULong
  898. NcDn, ItemDSWString
  899. UuidSrc, ItemDSWString
  900. SrcDra, ItemDSWString
  901. RepFlags, ItemDSWString
  902. ModFields, ItemDSWString
  903. Options, ItemDSWString
  904. Null7, ItemDSWString
  905. Null8, ItemDSWString
  906. }
  907. #type End 2
  908. {
  909. Signature, ItemCharSign
  910. Version, ItemCharShort
  911. Inserts, ItemCharShort
  912. messageId, ItemULong
  913. BindId,ItemULong
  914. ErrCode, ItemDSWString
  915. Null2, ItemDSWString
  916. Null3, ItemDSWString
  917. Null4, ItemDSWString
  918. Null5, ItemDSWString
  919. Null6, ItemDSWString
  920. Null7, ItemDSWString
  921. Null8, ItemDSWString
  922. }
  923. 14f8aa28-7f4b-11d2-b389-0000f87a46c8 DsDrsReplDel
  924. #type Start 1
  925. {
  926. Signature, ItemCharSign
  927. Version, ItemCharShort
  928. Inserts, ItemCharShort
  929. messageId, ItemULong
  930. BindId,ItemULong
  931. NcDn, ItemDSWString
  932. DsaSrc, ItemDSWString
  933. Options, ItemDSWString
  934. Null4, ItemDSWString
  935. Null5, ItemDSWString
  936. Null6, ItemDSWString
  937. Null7, ItemDSWString
  938. Null8, ItemDSWString
  939. }
  940. #type End 2
  941. {
  942. Signature, ItemCharSign
  943. Version, ItemCharShort
  944. Inserts, ItemCharShort
  945. messageId, ItemULong
  946. BindId,ItemULong
  947. ErrCode, ItemDSWString
  948. Null2, ItemDSWString
  949. Null3, ItemDSWString
  950. Null4, ItemDSWString
  951. Null5, ItemDSWString
  952. Null6, ItemDSWString
  953. Null7, ItemDSWString
  954. Null8, ItemDSWString
  955. }
  956. 14f8aa29-7f4b-11d2-b389-0000f87a46c8 DsDrsVrfyNames
  957. #type Start 1
  958. {
  959. Signature, ItemCharSign
  960. Version, ItemCharShort
  961. Inserts, ItemCharShort
  962. messageId, ItemULong
  963. BindId,ItemULong
  964. cNames, ItemDSWString
  965. Flags, ItemDSWString
  966. Null3, ItemDSWString
  967. Null4, ItemDSWString
  968. Null5, ItemDSWString
  969. Null6, ItemDSWString
  970. Null7, ItemDSWString
  971. Null8, ItemDSWString
  972. }
  973. #type End 2
  974. {
  975. Signature, ItemCharSign
  976. Version, ItemCharShort
  977. Inserts, ItemCharShort
  978. messageId, ItemULong
  979. BindId,ItemULong
  980. ErrCode, ItemDSWString
  981. Null2, ItemDSWString
  982. Null3, ItemDSWString
  983. Null4, ItemDSWString
  984. Null5, ItemDSWString
  985. Null6, ItemDSWString
  986. Null7, ItemDSWString
  987. Null8, ItemDSWString
  988. }
  989. 14f8aa2a-7f4b-11d2-b389-0000f87a46c8 DsDrsIntDmMv
  990. #type Start 1
  991. {
  992. Signature, ItemCharSign
  993. Version, ItemCharShort
  994. Inserts, ItemCharShort
  995. messageId, ItemULong
  996. BindId,ItemULong
  997. SrcDsaDn, ItemDSWString
  998. SrcObjDn, ItemDSWString
  999. DstNameDn, ItemDSWString
  1000. TargetNcDn, ItemDSWString
  1001. Null5, ItemDSWString
  1002. Null6, ItemDSWString
  1003. Null7, ItemDSWString
  1004. Null8, ItemDSWString
  1005. }
  1006. #type End 2
  1007. {
  1008. Signature, ItemCharSign
  1009. Version, ItemCharShort
  1010. Inserts, ItemCharShort
  1011. messageId, ItemULong
  1012. BindId,ItemULong
  1013. ErrCode, ItemDSWString
  1014. Null2, ItemDSWString
  1015. Null3, ItemDSWString
  1016. Null4, ItemDSWString
  1017. Null5, ItemDSWString
  1018. Null6, ItemDSWString
  1019. Null7, ItemDSWString
  1020. Null8, ItemDSWString
  1021. }
  1022. 14f8aa2b-7f4b-11d2-b389-0000f87a46c8 DsDrsAddEntry
  1023. #type Start 1
  1024. {
  1025. Signature, ItemCharSign
  1026. Version, ItemCharShort
  1027. Inserts, ItemCharShort
  1028. messageId, ItemULong
  1029. BindId,ItemULong
  1030. cObj, ItemDSWString
  1031. NameDn, ItemDSWString
  1032. NextNameDn, ItemDSWString
  1033. Null4, ItemDSWString
  1034. Null5, ItemDSWString
  1035. Null6, ItemDSWString
  1036. Null7, ItemDSWString
  1037. Null8, ItemDSWString
  1038. }
  1039. #type End 2
  1040. {
  1041. Signature, ItemCharSign
  1042. Version, ItemCharShort
  1043. Inserts, ItemCharShort
  1044. messageId, ItemULong
  1045. BindId,ItemULong
  1046. cObjAdded, ItemDSWString
  1047. ErrCode, ItemDSWString
  1048. Null3, ItemDSWString
  1049. Null4, ItemDSWString
  1050. Null5, ItemDSWString
  1051. Null6, ItemDSWString
  1052. Null7, ItemDSWString
  1053. Null8, ItemDSWString
  1054. }
  1055. 14f8aa2c-7f4b-11d2-b389-0000f87a46c8 DsDrsExecKcc
  1056. #type Start 1
  1057. {
  1058. Signature, ItemCharSign
  1059. Version, ItemCharShort
  1060. Inserts, ItemCharShort
  1061. messageId, ItemULong
  1062. BindId,ItemULong
  1063. TaskId, ItemDSWString
  1064. Flags, ItemDSWString
  1065. Null3, ItemDSWString
  1066. Null4, ItemDSWString
  1067. Null5, ItemDSWString
  1068. Null6, ItemDSWString
  1069. Null7, ItemDSWString
  1070. Null8, ItemDSWString
  1071. }
  1072. #type End 2
  1073. {
  1074. Signature, ItemCharSign
  1075. Version, ItemCharShort
  1076. Inserts, ItemCharShort
  1077. messageId, ItemULong
  1078. BindId,ItemULong
  1079. ErrCode, ItemDSWString
  1080. Null2, ItemDSWString
  1081. Null3, ItemDSWString
  1082. Null4, ItemDSWString
  1083. Null5, ItemDSWString
  1084. Null6, ItemDSWString
  1085. Null7, ItemDSWString
  1086. Null8, ItemDSWString
  1087. }
  1088. 14f8aa2d-7f4b-11d2-b389-0000f87a46c8 DsDrsGtReplInfo
  1089. #type Start 1
  1090. {
  1091. Signature, ItemCharSign
  1092. Version, ItemCharShort
  1093. Inserts, ItemCharShort
  1094. messageId, ItemULong
  1095. BindId,ItemULong
  1096. InfoType, ItemDSWString
  1097. ObjDn, ItemDSWString
  1098. UuidSrc, ItemDSWString
  1099. Null4, ItemDSWString
  1100. Null5, ItemDSWString
  1101. Null6, ItemDSWString
  1102. Null7, ItemDSWString
  1103. Null8, ItemDSWString
  1104. }
  1105. #type End 2
  1106. {
  1107. Signature, ItemCharSign
  1108. Version, ItemCharShort
  1109. Inserts, ItemCharShort
  1110. messageId, ItemULong
  1111. BindId,ItemULong
  1112. ErrCode, ItemDSWString
  1113. Null2, ItemDSWString
  1114. Null3, ItemDSWString
  1115. Null4, ItemDSWString
  1116. Null5, ItemDSWString
  1117. Null6, ItemDSWString
  1118. Null7, ItemDSWString
  1119. Null8, ItemDSWString
  1120. }
  1121. 14f8aa2e-7f4b-11d2-b389-0000f87a46c8 DsDrsGtNT4ChgLg
  1122. #type Start 1
  1123. {
  1124. Signature, ItemCharSign
  1125. Version, ItemCharShort
  1126. Inserts, ItemCharShort
  1127. messageId, ItemULong
  1128. BindId,ItemULong
  1129. flags, ItemDSWString
  1130. maxLen, ItemDSWString
  1131. Null3, ItemDSWString
  1132. Null4, ItemDSWString
  1133. Null5, ItemDSWString
  1134. Null6, ItemDSWString
  1135. Null7, ItemDSWString
  1136. Null8, ItemDSWString
  1137. }
  1138. #type End 2
  1139. {
  1140. Signature, ItemCharSign
  1141. Version, ItemCharShort
  1142. Inserts, ItemCharShort
  1143. messageId, ItemULong
  1144. BindId,ItemULong
  1145. NtStatus, ItemDSWString
  1146. Null2, ItemDSWString
  1147. Null3, ItemDSWString
  1148. Null4, ItemDSWString
  1149. Null5, ItemDSWString
  1150. Null6, ItemDSWString
  1151. Null7, ItemDSWString
  1152. Null8, ItemDSWString
  1153. }
  1154. 14f8aa2f-7f4b-11d2-b389-0000f87a46c8 DsDrsCrackNames
  1155. #type Start 1
  1156. {
  1157. Signature, ItemCharSign
  1158. Version, ItemCharShort
  1159. Inserts, ItemCharShort
  1160. messageId, ItemULong
  1161. BindId,ItemULong
  1162. cNames, ItemDSWString
  1163. CodePage, ItemDSWString
  1164. LocaleId, ItemDSWString
  1165. FmtOffered, ItemDSWString
  1166. FmtDesired, ItemDSWString
  1167. Flags, ItemDSWString
  1168. Null7, ItemDSWString
  1169. Null8, ItemDSWString
  1170. }
  1171. #type End 2
  1172. {
  1173. Signature, ItemCharSign
  1174. Version, ItemCharShort
  1175. Inserts, ItemCharShort
  1176. messageId, ItemULong
  1177. BindId,ItemULong
  1178. ErrCode, ItemDSWString
  1179. Null2, ItemDSWString
  1180. Null3, ItemDSWString
  1181. Null4, ItemDSWString
  1182. Null5, ItemDSWString
  1183. Null6, ItemDSWString
  1184. Null7, ItemDSWString
  1185. Null8, ItemDSWString
  1186. }
  1187. 14f8aa30-7f4b-11d2-b389-0000f87a46c8 DsDrsWrtSPN
  1188. #type Start 1
  1189. {
  1190. Signature, ItemCharSign
  1191. Version, ItemCharShort
  1192. Inserts, ItemCharShort
  1193. messageId, ItemULong
  1194. BindId,ItemULong
  1195. Account, ItemDSWString
  1196. Op, ItemDSWString
  1197. cSpn, ItemDSWString
  1198. Flags, ItemDSWString
  1199. Null5, ItemDSWString
  1200. Null6, ItemDSWString
  1201. Null7, ItemDSWString
  1202. Null8, ItemDSWString
  1203. }
  1204. #type End 2
  1205. {
  1206. Signature, ItemCharSign
  1207. Version, ItemCharShort
  1208. Inserts, ItemCharShort
  1209. messageId, ItemULong
  1210. BindId,ItemULong
  1211. ErrCode, ItemDSWString
  1212. Null2, ItemDSWString
  1213. Null3, ItemDSWString
  1214. Null4, ItemDSWString
  1215. Null5, ItemDSWString
  1216. Null6, ItemDSWString
  1217. Null7, ItemDSWString
  1218. Null8, ItemDSWString
  1219. }
  1220. 14f8aa31-7f4b-11d2-b389-0000f87a46c8 DsDrsDCInfo
  1221. #type Start 1
  1222. {
  1223. Signature, ItemCharSign
  1224. Version, ItemCharShort
  1225. Inserts, ItemCharShort
  1226. messageId, ItemULong
  1227. BindId,ItemULong
  1228. Domain, ItemDSWString
  1229. InfoLevel, ItemDSWString
  1230. Null3, ItemDSWString
  1231. Null4, ItemDSWString
  1232. Null5, ItemDSWString
  1233. Null6, ItemDSWString
  1234. Null7, ItemDSWString
  1235. Null8, ItemDSWString
  1236. }
  1237. #type End 2
  1238. {
  1239. Signature, ItemCharSign
  1240. Version, ItemCharShort
  1241. Inserts, ItemCharShort
  1242. messageId, ItemULong
  1243. BindId,ItemULong
  1244. ErrCode, ItemDSWString
  1245. Null2, ItemDSWString
  1246. Null3, ItemDSWString
  1247. Null4, ItemDSWString
  1248. Null5, ItemDSWString
  1249. Null6, ItemDSWString
  1250. Null7, ItemDSWString
  1251. Null8, ItemDSWString
  1252. }
  1253. 14f8aa32-7f4b-11d2-b389-0000f87a46c8 DsDrsGtMbrshps
  1254. #type Start 1
  1255. {
  1256. Signature, ItemCharSign
  1257. Version, ItemCharShort
  1258. Inserts, ItemCharShort
  1259. messageId, ItemULong
  1260. BindId,ItemULong
  1261. cDsNames, ItemDSWString
  1262. OpType, ItemDSWString
  1263. LimitDomDn, ItemDSWString
  1264. Flags, ItemDSWString
  1265. Null5, ItemDSWString
  1266. Null6, ItemDSWString
  1267. Null7, ItemDSWString
  1268. Null8, ItemDSWString
  1269. }
  1270. #type End 2
  1271. {
  1272. Signature, ItemCharSign
  1273. Version, ItemCharShort
  1274. Inserts, ItemCharShort
  1275. messageId, ItemULong
  1276. BindId,ItemULong
  1277. ErrCode, ItemDSWString
  1278. Null2, ItemDSWString
  1279. Null3, ItemDSWString
  1280. Null4, ItemDSWString
  1281. Null5, ItemDSWString
  1282. Null6, ItemDSWString
  1283. Null7, ItemDSWString
  1284. Null8, ItemDSWString
  1285. }
  1286. 5b7eb154-7441-11d2-b711-00c04fb998a2 LdapAtqGuid
  1287. #type Start 1
  1288. #type End 2
  1289. {
  1290. Signature, ItemCharSign
  1291. Version, ItemCharShort
  1292. Inserts, ItemCharShort
  1293. messageId, ItemULong
  1294. BindId,ItemULong
  1295. }
  1296. b9d4702a-6a98-11d2-b710-00c04fb998a2 LdapRequest
  1297. #type Start 1
  1298. {
  1299. Signature, ItemCharSign
  1300. Version, ItemCharShort
  1301. Inserts, ItemCharShort
  1302. messageId, ItemULong
  1303. BindId,ItemULong
  1304. Choice, ItemDSWString
  1305. Null2, ItemDSWString
  1306. Null3, ItemDSWString
  1307. Null4, ItemDSWString
  1308. Null5, ItemDSWString
  1309. Null6, ItemDSWString
  1310. Null7, ItemDSWString
  1311. Null8, ItemDSWString
  1312. }
  1313. #type End 2
  1314. {
  1315. Signature, ItemCharSign
  1316. Version, ItemCharShort
  1317. Inserts, ItemCharShort
  1318. messageId, ItemULong
  1319. BindId,ItemULong
  1320. Id, ItemDSWString
  1321. ErrCode, ItemDSWString
  1322. Null3, ItemDSWString
  1323. Null4, ItemDSWString
  1324. Null5, ItemDSWString
  1325. Null6, ItemDSWString
  1326. Null7, ItemDSWString
  1327. Null8, ItemDSWString
  1328. }
  1329. //******************************************
  1330. // KDC Events
  1331. // 24db8964-e6bc-11d1-916a-0000f8045b04
  1332. //******************************************
  1333. 50af5304-e6bc-11d1-916a-0000f8045b04 GetASTicket
  1334. #type Start 1
  1335. {
  1336. KdcOption, ItemULongX
  1337. }
  1338. #type End 2
  1339. {
  1340. KerbErr, ItemULongX
  1341. Client, ItemPWString
  1342. Server, ItemPWString
  1343. RequestRealm, ItemPWString
  1344. }
  1345. c11cf384-e6bd-11d1-916a-0000f8045b04 TGSRequest
  1346. #type Start 1
  1347. {
  1348. KdcOption, ItemULongX
  1349. }
  1350. #type End 2
  1351. {
  1352. KerbErr, ItemULongX
  1353. Client, ItemPWString
  1354. ServerAcct, ItemPWString
  1355. ClientRealm, ItemPWString
  1356. }
  1357. a34d7f52-1dd0-434e-88a1-423e2a199946 KdcChangePass
  1358. #type Start 1
  1359. {
  1360. }
  1361. #type End 2
  1362. {
  1363. KerbErr, ItemULongX
  1364. ExtErr, ItemULongX
  1365. Klininfo, ItemULongX
  1366. ClientRealm, ItemPWString
  1367. AccountName, ItemPWString
  1368. }
  1369. //******************************************
  1370. // Kerberos.dll Events
  1371. // bba3add2-c229-4cdb-ae2b-57eb6966b0c4
  1372. //******************************************
  1373. 8a3b8d86-db1e-47a9-9264-146e097b3c64 KerbLogonUser
  1374. #type Start 1
  1375. {
  1376. }
  1377. #type End 2
  1378. {
  1379. Status, ItemULongX
  1380. LogonType, ItemPWString
  1381. UserName, ItemPWString
  1382. LogonDomain, ItemPWString
  1383. }
  1384. 52e82f1a-7cd4-47ed-b5e5-fde7bf64cea6 KerbInitSecurityContext
  1385. #type Start 1
  1386. {
  1387. }
  1388. #type End 2
  1389. {
  1390. Status, ItemULongX
  1391. CredSource, ItemPWString
  1392. DomainName, ItemPWString
  1393. UserName, ItemPWString
  1394. Target, ItemPWString
  1395. ExtError, ItemULongX
  1396. klininfo, ItemULongX
  1397. }
  1398. 94acefe3-9e56-49e3-9895-7240a231c371 KerbAcceptSecurityContext
  1399. #type Start 1
  1400. {
  1401. }
  1402. #type End 2
  1403. {
  1404. Status, ItemULongX
  1405. CredSource, ItemPWString
  1406. DomainName, ItemPWString
  1407. UserName, ItemPWString
  1408. Target, ItemPWString
  1409. }
  1410. 94c79108-b23b-4418-9b7f-e6d75a3a0ab2 KerbSetPassword
  1411. #type Start 1
  1412. {
  1413. }
  1414. #type End 2
  1415. {
  1416. Status, ItemULongX
  1417. AccountName, ItemPWString
  1418. AccountRealm, ItemPWString
  1419. ClientName, ItemPWString
  1420. ClientRealm, ItemPWString
  1421. KdcAddress, ItemPWString
  1422. }
  1423. c55e606b-334a-488b-b907-384abaa97b04 KerbChangePassword
  1424. #type Start 1
  1425. {
  1426. }
  1427. #type End 2
  1428. {
  1429. Status, ItemULongX
  1430. AccountName, ItemPWString
  1431. DomainName, ItemPWString
  1432. }
  1433. //******************************************
  1434. // SAM Events
  1435. // 8e598056-8993-11d2-819e-0000f875a064
  1436. //******************************************
  1437. 39511dbe-899b-11d2-819e-0000f875a064 SamUserCreate
  1438. #type Start 1
  1439. {
  1440. Sam, ItemWString
  1441. Version, ItemULong
  1442. Sid, ItemWString
  1443. Client, ItemWString
  1444. }
  1445. #type End 2
  1446. abb14b68-899b-11d2-819e-0000f875a064 SamCompCreate
  1447. #type Start 1
  1448. {
  1449. Sam, ItemWString
  1450. Version, ItemULong
  1451. Sid, ItemWString
  1452. Client, ItemWString
  1453. }
  1454. #type End 2
  1455. c8eb5e5c-899c-11d2-819e-0000f875a064 SamGrpCreate
  1456. #type Start 1
  1457. {
  1458. Sam, ItemWString
  1459. Version, ItemULong
  1460. Sid, ItemWString
  1461. Client, ItemWString
  1462. }
  1463. #type End 2
  1464. f9d2ba6a-899c-11d2-819e-0000f875a064 SamAddMemGrp
  1465. #type Start 1
  1466. {
  1467. Sam, ItemWString
  1468. Version, ItemULong
  1469. Sid, ItemWString
  1470. Client, ItemWString
  1471. }
  1472. #type End 2
  1473. 250959aa-899d-11d2-819e-0000f875a064 SamDelMemGrp
  1474. #type Start 1
  1475. {
  1476. Sam, ItemWString
  1477. Version, ItemULong
  1478. Sid, ItemWString
  1479. Client, ItemWString
  1480. }
  1481. #type End 2
  1482. 45fc997e-899d-11d2-819e-0000f875a064 SamPwdChng
  1483. #type Start 1
  1484. {
  1485. Sam, ItemWString
  1486. Version, ItemULong
  1487. Sid, ItemWString
  1488. Client, ItemWString
  1489. }
  1490. #type End 2
  1491. 62bef71e-899d-11d2-819e-0000f875a064 SamUserPwdSet
  1492. #type Start 1
  1493. {
  1494. Sam, ItemWString
  1495. Version, ItemULong
  1496. Sid, ItemWString
  1497. Client, ItemWString
  1498. }
  1499. #type End 2
  1500. 880217b8-899d-11d2-819e-0000f875a064 SamCompPwdSet
  1501. #type Start 1
  1502. {
  1503. Sam, ItemWString
  1504. Version, ItemULong
  1505. Sid, ItemWString
  1506. Client, ItemWString
  1507. }
  1508. #type End 2
  1509. 1f228de8-8a6c-11d2-819e-0000f875a064 SamPwdPushPdc
  1510. #type Start 1
  1511. {
  1512. Sam, ItemWString
  1513. Version, ItemULong
  1514. Sid, ItemWString
  1515. Client, ItemWString
  1516. }
  1517. #type End 2
  1518. a41d90bc-899d-11d2-819e-0000f875a064 SamIdByName
  1519. #type Start 1
  1520. {
  1521. Sam, ItemWString
  1522. Version, ItemULong
  1523. Sid, ItemWString
  1524. Client, ItemWString
  1525. }
  1526. #type End 2
  1527. 25059476-899f-11d2-819e-0000f875a064 SamNameById
  1528. #type Start 1
  1529. {
  1530. Sam, ItemWString
  1531. Version, ItemULong
  1532. Sid, ItemWString
  1533. Client, ItemWString
  1534. }
  1535. #type End 2
  1536. //*********************************************
  1537. // *** Active Directory Service Provider: SAM
  1538. // W2K SP Specials
  1539. //*********************************************
  1540. 8c89045c-3f5d-4289-939a-fb854000cb6b SamConnect
  1541. #type Start 1
  1542. {
  1543. Sam, ItemWString
  1544. Version, ItemULong
  1545. Sid, ItemWString
  1546. Client, ItemWString
  1547. }
  1548. #type End 2
  1549. dbc0ceab-cff3-4c0f-85f2-0c2107142f36 SamCloseHandle
  1550. #type Start 1
  1551. {
  1552. Sam, ItemWString
  1553. Version, ItemULong
  1554. Sid, ItemWString
  1555. Client, ItemWString
  1556. }
  1557. #type End 2
  1558. 74e10cbb-202e-4a97-871d-8547972b5141 SamSetSecurityObj
  1559. #type Start 1
  1560. {
  1561. Sam, ItemWString
  1562. Version, ItemULong
  1563. Sid, ItemWString
  1564. Client, ItemWString
  1565. }
  1566. #type End 2
  1567. 676347f3-fd20-4e7d-90b1-77e35f84af9a SamQuerySecurityObj
  1568. #type Start 1
  1569. {
  1570. Sam, ItemWString
  1571. Version, ItemULong
  1572. Sid, ItemWString
  1573. Client, ItemWString
  1574. }
  1575. #type End 2
  1576. f8012701-7e99-49c5-b832-1db8bc4a610d SamShutdownSamSrv
  1577. #type Start 1
  1578. {
  1579. Sam, ItemWString
  1580. Version, ItemULong
  1581. Sid, ItemWString
  1582. Client, ItemWString
  1583. }
  1584. #type End 2
  1585. a11e5d6b-353d-4bf6-97a8-ede4cba45524 SamLookupDomInSamSrv
  1586. #type Start 1
  1587. {
  1588. Sam, ItemWString
  1589. Version, ItemULong
  1590. Sid, ItemWString
  1591. Client, ItemWString
  1592. }
  1593. #type End 2
  1594. 7c65ceb0-75ba-46b9-884e-67e038c5b003 SamEnumDomInSamSrv
  1595. #type Start 1
  1596. {
  1597. Sam, ItemWString
  1598. Version, ItemULong
  1599. Sid, ItemWString
  1600. Client, ItemWString
  1601. }
  1602. #type End 2
  1603. 6e1f2449-f1f3-4634-b51f-46e2c6625892 SamOpenDomain
  1604. #type Start 1
  1605. {
  1606. Sam, ItemWString
  1607. Version, ItemULong
  1608. Sid, ItemWString
  1609. Client, ItemWString
  1610. }
  1611. {
  1612. Sam, ItemWString
  1613. L1, ItemULong
  1614. Sid, ItemWString
  1615. IP, ItemWString
  1616. L2, ItemULong
  1617. }
  1618. #type End 2
  1619. {
  1620. Sam, ItemWString
  1621. L1, ItemULong
  1622. Sid, ItemWString
  1623. IP, ItemWString
  1624. L2, ItemULong
  1625. }
  1626. 89399c21-4aaf-408e-ba39-ab831a1298d5 SamQueryInfoDom
  1627. #type Start 1
  1628. {
  1629. Sam, ItemWString
  1630. Version, ItemULong
  1631. Sid, ItemWString
  1632. Client, ItemWString
  1633. }
  1634. #type End 2
  1635. 45309ef4-c59e-425e-b95b-19f1c5a3c55a SamSetInfoDom
  1636. #type Start 1
  1637. {
  1638. Sam, ItemWString
  1639. Version, ItemULong
  1640. Sid, ItemWString
  1641. Client, ItemWString
  1642. }
  1643. #type End 2
  1644. 5d11e02f-0c36-4180-ad07-89062c9df9ec SamEnumGrpsInDom
  1645. #type Start 1
  1646. {
  1647. Sam, ItemWString
  1648. Version, ItemULong
  1649. Sid, ItemWString
  1650. Client, ItemWString
  1651. }
  1652. #type End 2
  1653. 07ffaa1d-34f6-49cd-b541-2f0d7dff15c4 SamEnumUsersInDom
  1654. #type Start 1
  1655. {
  1656. Sam, ItemWString
  1657. Version, ItemULong
  1658. Sid, ItemWString
  1659. Client, ItemWString
  1660. }
  1661. #type End 2
  1662. 5e612efd-c05e-4f76-bced-f5607aa3d46e SamCreateAliasInDom
  1663. #type Start 1
  1664. {
  1665. Sam, ItemWString
  1666. Version, ItemULong
  1667. Sid, ItemWString
  1668. Client, ItemWString
  1669. }
  1670. #type End 2
  1671. f1fea491-bfa6-436c-a178-a70d03b4fb1a SamEnumAliasesInDom
  1672. #type Start 1
  1673. {
  1674. Sam, ItemWString
  1675. Version, ItemULong
  1676. Sid, ItemWString
  1677. Client, ItemWString
  1678. }
  1679. #type End 2
  1680. 1cf5fd19-1ac1-4324-84f7-970a634a91ee SamGetAliasMem
  1681. #type Start 1
  1682. {
  1683. Sam, ItemWString
  1684. Version, ItemULong
  1685. Sid, ItemWString
  1686. Client, ItemWString
  1687. }
  1688. {
  1689. Sam, ItemWString
  1690. L1, ItemULong
  1691. Sid, ItemWString
  1692. IP, ItemWString
  1693. L2, ItemULong
  1694. }
  1695. #type End 2
  1696. {
  1697. Sam, ItemWString
  1698. L1, ItemULong
  1699. Sid, ItemWString
  1700. IP, ItemWString
  1701. L2, ItemULong
  1702. }
  1703. b41d7bdf-4249-4651-ac0f-1879be0d5c0c SamOpenGrp
  1704. #type Start 1
  1705. {
  1706. Sam, ItemWString
  1707. Version, ItemULong
  1708. Sid, ItemWString
  1709. Client, ItemWString
  1710. }
  1711. #type End 2
  1712. 632fcc78-6057-48f9-8d5f-4bb0f73d3cd1 SamQueryInfoGrp
  1713. #type Start 1
  1714. {
  1715. Sam, ItemWString
  1716. Version, ItemULong
  1717. Sid, ItemWString
  1718. Client, ItemWString
  1719. }
  1720. #type End 2
  1721. 26106246-4473-4295-841b-4a51c6afc3db SamSetInfoGrp
  1722. #type Start 1
  1723. {
  1724. Sam, ItemWString
  1725. Version, ItemULong
  1726. Sid, ItemWString
  1727. Client, ItemWString
  1728. }
  1729. #type End 2
  1730. 5f7c4ba5-d6a4-4625-900e-48fa7811e06a SamDeleteGrp
  1731. #type Start 1
  1732. {
  1733. Sam, ItemWString
  1734. Version, ItemULong
  1735. Sid, ItemWString
  1736. Client, ItemWString
  1737. }
  1738. #type End 2
  1739. 5954bc51-c5ec-4aaa-831c-6f2c1b2515b6 SamGetMemInGrp
  1740. #type Start 1
  1741. {
  1742. Sam, ItemWString
  1743. Version, ItemULong
  1744. Sid, ItemWString
  1745. Client, ItemWString
  1746. }
  1747. #type End 2
  1748. 0254ba6d-7ff0-4bfe-a3f9-8fd8da667641 SamSetMemAttrsOfGrp
  1749. #type Start 1
  1750. {
  1751. Sam, ItemWString
  1752. Version, ItemULong
  1753. Sid, ItemWString
  1754. Client, ItemWString
  1755. }
  1756. #type End 2
  1757. ba41c883-592f-4ab9-b2a9-c6263b011fe7 SamOpenAlias
  1758. #type Start 1
  1759. {
  1760. Sam, ItemWString
  1761. Version, ItemULong
  1762. Sid, ItemWString
  1763. Client, ItemWString
  1764. }
  1765. #type End 2
  1766. 419f025a-bf06-4673-af66-d230bec2af02 SamQueryInfoAlias
  1767. #type Start 1
  1768. {
  1769. Sam, ItemWString
  1770. Version, ItemULong
  1771. Sid, ItemWString
  1772. Client, ItemWString
  1773. }
  1774. #type End 2
  1775. e712d39d-a3a6-4224-a1bd-4717b24e4e8c SamSetInfoAlias
  1776. #type Start 1
  1777. {
  1778. Sam, ItemWString
  1779. Version, ItemULong
  1780. Sid, ItemWString
  1781. Client, ItemWString
  1782. }
  1783. #type End 2
  1784. fbfe2540-452b-41bb-9219-dfb6fd1a129b SamDeleteAlias
  1785. #type Start 1
  1786. {
  1787. Sam, ItemWString
  1788. Version, ItemULong
  1789. Sid, ItemWString
  1790. Client, ItemWString
  1791. }
  1792. #type End 2
  1793. 3a2e63d1-5dc4-4168-85ea-3e331f88ce83 SamAddMemToAlias
  1794. #type Start 1
  1795. {
  1796. Sam, ItemWString
  1797. Version, ItemULong
  1798. Sid, ItemWString
  1799. Client, ItemWString
  1800. }
  1801. #type End 2
  1802. 6ba1639c-afc4-454e-b3e0-5e8f7fc39af9 SamRemoveMemFromAlias
  1803. #type Start 1
  1804. {
  1805. Sam, ItemWString
  1806. Version, ItemULong
  1807. Sid, ItemWString
  1808. Client, ItemWString
  1809. }
  1810. #type End 2
  1811. 5cec3d52-6eeb-474d-b468-58362888f1b0 SamGetMemInAlias
  1812. #type Start 1
  1813. {
  1814. Sam, ItemWString
  1815. Version, ItemULong
  1816. Sid, ItemWString
  1817. Client, ItemWString
  1818. }
  1819. #type End 2
  1820. b8d2bc4a-1525-4386-bb1c-6bb2e24eb001 SamOpenUser
  1821. #type Start 1
  1822. {
  1823. Sam, ItemWString
  1824. Version, ItemULong
  1825. Sid, ItemWString
  1826. Client, ItemWString
  1827. }
  1828. #type End 2
  1829. c2a0e094-a178-4372-b4fe-a33e48c3585c SamDeleteUser
  1830. #type Start 1
  1831. {
  1832. Sam, ItemWString
  1833. Version, ItemULong
  1834. Sid, ItemWString
  1835. Client, ItemWString
  1836. }
  1837. #type End 2
  1838. e1cb227a-6d55-4282-a5f7-6fa4a5922c0b SamQueryInfoUser
  1839. #type Start 1
  1840. {
  1841. Sam, ItemWString
  1842. Version, ItemULong
  1843. Sid, ItemWString
  1844. Client, ItemWString
  1845. }
  1846. #type End 2
  1847. bc80e27f-6b74-4da9-abfc-2e4e82b81000 SamSetInfoUser
  1848. #type Start 1
  1849. {
  1850. Sam, ItemWString
  1851. Version, ItemULong
  1852. Sid, ItemWString
  1853. Client, ItemWString
  1854. }
  1855. #type End 2
  1856. 19b30cde-3e41-4cff-83c8-3df2779f840c SamChangePwdComputer
  1857. #type Start 1
  1858. {
  1859. Sam, ItemWString
  1860. Version, ItemULong
  1861. Sid, ItemWString
  1862. Client, ItemWString
  1863. }
  1864. #type End 2
  1865. 0e3913c5-9760-4ced-b133-004a64e8d53c SamGetGrpsForUser
  1866. #type Start 1
  1867. {
  1868. Sam, ItemWString
  1869. Version, ItemULong
  1870. Sid, ItemWString
  1871. Client, ItemWString
  1872. }
  1873. #type End 2
  1874. eb225178-f5f0-42b7-895b-db89276f647a SamQueryDisplayInfo
  1875. #type Start 1
  1876. {
  1877. Sam, ItemWString
  1878. Version, ItemULong
  1879. Sid, ItemWString
  1880. Client, ItemWString
  1881. }
  1882. #type End 2
  1883. aceb7864-9a14-4c73-8ed0-94ec53f6651c SamGetDisplayEnumIdx
  1884. #type Start 1
  1885. {
  1886. Sam, ItemWString
  1887. Version, ItemULong
  1888. Sid, ItemWString
  1889. Client, ItemWString
  1890. }
  1891. #type End 2
  1892. 4ff7a7db-43ca-470a-8b64-3003e2d22042 SamGetUserDomPwdInfo
  1893. #type Start 1
  1894. {
  1895. Sam, ItemWString
  1896. Version, ItemULong
  1897. Sid, ItemWString
  1898. Client, ItemWString
  1899. }
  1900. #type End 2
  1901. 8919f267-a053-4669-aa69-2da0d4a20d92 SamRemoveMemFromForeignDom
  1902. #type Start 1
  1903. {
  1904. Sam, ItemWString
  1905. Version, ItemULong
  1906. Sid, ItemWString
  1907. Client, ItemWString
  1908. }
  1909. #type End 2
  1910. ff0c6ce2-9528-4a91-b9c7-bcf834b6f79a SamGetDomPwdInfo
  1911. #type Start 1
  1912. {
  1913. Sam, ItemWString
  1914. Version, ItemULong
  1915. Sid, ItemWString
  1916. Client, ItemWString
  1917. }
  1918. #type End 2
  1919. 2e991575-c2ed-42a7-97ff-a0d6571f1862 SamSetBootKeyInfo
  1920. #type Start 1
  1921. {
  1922. Sam, ItemWString
  1923. Version, ItemULong
  1924. Sid, ItemWString
  1925. Client, ItemWString
  1926. }
  1927. #type End 2
  1928. 33be4128-d02e-4b6f-949e-ab77cc8164b1 SamGetBootKeyInfo
  1929. #type Start 1
  1930. {
  1931. Sam, ItemWString
  1932. Version, ItemULong
  1933. Sid, ItemWString
  1934. Client, ItemWString
  1935. }
  1936. #type End 2
  1937. //******************************************
  1938. // LSA Events
  1939. // cc85922f-db41-11d2-9244-006008269001 MSLSATrace
  1940. //******************************************
  1941. cc85922e-db41-11d2-9244-006008269001 QuerySecret
  1942. #type Start 1
  1943. #type End 2
  1944. 2306fe3b-dbf6-11d2-9244-006008269001 Close
  1945. #type Start 1
  1946. #type End 2
  1947. 2306fe3a-dbf6-11d2-9244-006008269001 OpenPolicy
  1948. #type Start 1
  1949. #type End 2
  1950. 2306fe39-dbf6-11d2-9244-006008269001 QueryInfoPolicy
  1951. #type Start 1
  1952. #type End 2
  1953. 2306fe38-dbf6-11d2-9244-006008269001 SetInfoPolicy
  1954. #type Start 1
  1955. #type End 2
  1956. 2306fe37-dbf6-11d2-9244-006008269001 EnumTrustedDoms
  1957. #type Start 1
  1958. #type End 2
  1959. 2306fe36-dbf6-11d2-9244-006008269001 LookupNames
  1960. #type Start 1
  1961. #type End 2
  1962. 2306fe35-dbf6-11d2-9244-006008269001 LookupSids
  1963. #type Start 1
  1964. #type End 2
  1965. 2306fe34-dbf6-11d2-9244-006008269001 OpenTrustedDomain
  1966. #type Start 1
  1967. #type End 2
  1968. 2306fe33-dbf6-11d2-9244-006008269001 QryInfoTrustDom
  1969. #type Start 1
  1970. #type End 2
  1971. 2306fe32-dbf6-11d2-9244-006008269001 SetInfoTrustedDom
  1972. #type Start 1
  1973. #type End 2
  1974. 2306fe31-dbf6-11d2-9244-006008269001 QueryInfoPolicy2
  1975. #type Start 1
  1976. #type End 2
  1977. 2306fe30-dbf6-11d2-9244-006008269001 SetInfoPolicy2
  1978. #type Start 1
  1979. #type End 2
  1980. 2306fe2f-dbf6-11d2-9244-006008269001 QryTrstDomByNam
  1981. #type Start 1
  1982. #type End 2
  1983. 2306fe2e-dbf6-11d2-9244-006008269001 SetTrstedDomInfoByNam
  1984. #type Start 1
  1985. #type End 2
  1986. 2306fe2d-dbf6-11d2-9244-006008269001 EnumTrstedDomEx
  1987. #type Start 1
  1988. #type End 2
  1989. 2306fe2c-dbf6-11d2-9244-006008269001 CreateTrustedDomEx
  1990. #type Start 1
  1991. #type End 2
  1992. 2306fe2b-dbf6-11d2-9244-006008269001 QueryDomainInfoPolicy
  1993. #type Start 1
  1994. #type End 2
  1995. 2306fe2a-dbf6-11d2-9244-006008269001 SetDomainInfoPolicy
  1996. #type Start 1
  1997. #type End 2
  1998. 2306fe29-dbf6-11d2-9244-006008269001 OpTrustedDomByName
  1999. #type Start 1
  2000. #type End 2
  2001. 393da8c0-dbed-11d2-895b-00c04f79ab69 NlServerAuth
  2002. #type Start 1
  2003. {
  2004. Client, ItemWString
  2005. Account, ItemWString
  2006. ChannelType, ItemULongX
  2007. NegotiatedFlags, ItemULongX
  2008. }
  2009. #type End 2
  2010. {
  2011. Client, ItemWString
  2012. Account, ItemWString
  2013. ChannelType, ItemULongX
  2014. NegotiatedFlags, ItemULongX
  2015. Status, ItemULongX
  2016. }
  2017. 63dbb180-dbed-11d2-895b-00c04f79ab69 NlSecChanlSetup
  2018. #type Start 1
  2019. #type End 2
  2020. //*****************************************************************************
  2021. // SRV events
  2022. //*****************************************************************************
  2023. e09074ae-0a98-4805-9a41-a8940af97086 SrvSmb
  2024. #type CreateDirectory 0
  2025. #type DeleteDirectory 1
  2026. #type Open 2
  2027. #type Create 3
  2028. #type Close 4
  2029. #type Flush 5
  2030. #type Delete 6
  2031. #type Rename 7
  2032. #type QueryInformation 8
  2033. #type SetInformation 9
  2034. #type Read 10
  2035. #type Write 11
  2036. #type LockByteRange 12
  2037. #type UnlockByteRange 13
  2038. #type CreateTemporary 14
  2039. #type CheckDirectory 15
  2040. #type ProcessExit 16
  2041. #type Seek 17
  2042. #type LockAndRead 18
  2043. #type SetInformation2 19
  2044. #type QueryInformation2 20
  2045. #type LockingAndX 21
  2046. #type Transaction 22
  2047. #type TransactionSecondary 23
  2048. #type Ioctl 24
  2049. #type IoctlSecondary 25
  2050. #type Move 26
  2051. #type Echo 27
  2052. #type OpenAndX 28
  2053. #type ReadAndX 29
  2054. #type WriteAndX 30
  2055. #type FindClose2 31
  2056. #type FindNotifyClose 32
  2057. #type TreeConnect 33
  2058. #type TreeDisconnect 34
  2059. #type Negotiate 35
  2060. #type SessionSetupAndX 36
  2061. #type LogoffAndX 37
  2062. #type TreeConnectAndX 38
  2063. #type QueryInformationDisk 39
  2064. #type Search 40
  2065. #type NtTransaction 41
  2066. #type NtTransactionSecondary 42
  2067. #type NtCreateAndX 43
  2068. #type NtCancel 44
  2069. #type OpenPrintFile 45
  2070. #type ClosePrintFile 46
  2071. #type GetPrintQueue 47
  2072. #type ReadRaw 48
  2073. #type WriteRaw 49
  2074. #type ReadMpx 50
  2075. #type WriteMpx 51
  2076. #type WriteMpxSecondary 52
  2077. #type Open2 53
  2078. #type FindFirst2 54
  2079. #type FindNext2 55
  2080. #type QueryFsInformation 56
  2081. #type SetFsInformation 57
  2082. #type QueryPathInformation 58
  2083. #type SetPathInformation 59
  2084. #type QueryFileInformation 60
  2085. #type SetFileInformation 61
  2086. #type Fsctl 62
  2087. #type Ioctl2 63
  2088. #type FindNotify 64
  2089. #type CreateDirectory2 65
  2090. #type GetDfsReferrals 66
  2091. #type ReportDfsInconsistency 67
  2092. #type CreateWirhSdOrEa 68
  2093. #type NtIoctl 69
  2094. #type SetSecurityDescriptor 70
  2095. #type NtNotifyChange 71
  2096. #type NtRename 72
  2097. #type QuerySecurityDescriptor 73
  2098. #type QueryQuota 74
  2099. #type SetQuota 75
  2100. {
  2101. StartTime, ItemULongLong
  2102. ElapseKCPU, ItemCPUTime
  2103. ElapseUCPU, ItemCPUTime
  2104. ClientAddr, ItemIpAddr
  2105. FileObject, ItemULongX
  2106. FileName, ItemPWString
  2107. }
  2108. //*****************************************************************************
  2109. // DFS events
  2110. //*****************************************************************************
  2111. e3f1c64a-1a24-494b-8d47-ac37ad623342 DFS
  2112. #type TranslatePathStart 50
  2113. #type TranslatePathEnd 52
  2114. {
  2115. rtnStatus, ItemULongX
  2116. SubDirectory, ItemPWString
  2117. ParentPathName, ItemPWString
  2118. DfsPathName, ItemPWString
  2119. }
  2120. #type GetReferralsStart 55
  2121. #type GetReferralsEnd 59
  2122. {
  2123. rtnStatus, ItemULongX
  2124. DfsPathName, ItemPWString
  2125. }
  2126. #type FindShareStart 76
  2127. #type FindShareEnd 79
  2128. {
  2129. rtnStatus, ItemULongX
  2130. ShareName, ItemPWString
  2131. }
  2132. //*****************************************************************************
  2133. // NSPI events: Uses DS Control Guid.
  2134. //*****************************************************************************
  2135. D01B04CF-240E-11d3-ACBE-00C04F68A51D NspiUpdateStat
  2136. #type Start 1
  2137. #type End 2
  2138. 4D63B05C-2502-11d3-ACC1-00C04F68A51D NspiCompareDNTs
  2139. #type Start 1
  2140. #type End 2
  2141. 61569D69-2502-11d3-ACC1-00C04F68A51D NspiQueryRows
  2142. #type Start 1
  2143. #type End 2
  2144. 6F370D3C-2502-11d3-ACC1-00C04F68A51D NspiSeekEntries
  2145. #type Start 1
  2146. #type End 2
  2147. 6F370D3D-2502-11d3-ACC1-00C04F68A51D NspiGetMatches
  2148. #type Start 1
  2149. #type End 2
  2150. 6F370D3E-2502-11d3-ACC1-00C04F68A51D NspiResolveNames
  2151. #type Start 1
  2152. #type End 2
  2153. 7842189A-2502-11d3-ACC1-00C04F68A51D NspiDNToEph
  2154. #type Start 1
  2155. #type End 2
  2156. 7842189B-2502-11d3-ACC1-00C04F68A51D NspiGetHierInfo
  2157. #type Start 1
  2158. #type End 2
  2159. 7842189C-2502-11d3-ACC1-00C04F68A51D NspiResrtRestrct
  2160. #type Start 1
  2161. #type End 2
  2162. 80AD666A-2502-11d3-ACC1-00C04F68A51D NspiBind
  2163. #type Start 1
  2164. #type End 2
  2165. 873BDDEA-2502-11d3-ACC1-00C04F68A51D NspiGtNamFromIDs
  2166. #type Start 1
  2167. #type End 2
  2168. 873BDDEB-2502-11d3-ACC1-00C04F68A51D NspiGtIDsFromNam
  2169. #type Start 1
  2170. #type End 2
  2171. 8D8C5846-2502-11d3-ACC1-00C04F68A51D NspiGetPropList
  2172. #type Start 1
  2173. #type End 2
  2174. 8D8C5847-2502-11d3-ACC1-00C04F68A51D NspiQueryCol
  2175. #type Start 1
  2176. #type End 2
  2177. 8D8C5848-2502-11d3-ACC1-00C04F68A51D NspiGetProps
  2178. #type Start 1
  2179. #type End 2
  2180. 96EF9AA6-2502-11d3-ACC1-00C04F68A51D NspiGetTemplInfo
  2181. #type Start 1
  2182. #type End 2
  2183. 96EF9AA7-2502-11d3-ACC1-00C04F68A51D NspiModProps
  2184. #type Start 1
  2185. #type End 2
  2186. 380D48A4-2506-11d3-ACC1-00C04F68A51D NspiModLinkAtt
  2187. #type Start 1
  2188. #type End 2
  2189. 380D48A5-2506-11d3-ACC1-00C04F68A51D NspiDeleteEntries
  2190. #type Start 1
  2191. #type End 2
  2192. E357DC53-B6FC-48e0-8189-C9D2AB2A8F16 DsTaskQueueExecuteGuid
  2193. #type Start 1
  2194. #type End 2
  2195. //******************************************
  2196. // SPOOLER Events
  2197. // Control guid is 94a984ef-f525-4bf1-be3c-ef374056a592
  2198. //******************************************
  2199. 127eb555-3b06-46ea-a08b-5dc2c3c57cfd PrintJob
  2200. #type SpoolJob 1
  2201. #type PrintJob 7
  2202. #type TrackThread 8
  2203. #type EndTrackThread 10
  2204. #type PauseJob 12
  2205. #type ResumeJob 13
  2206. {
  2207. JobId, ItemULong
  2208. }
  2209. #type DeleteJob 2
  2210. {
  2211. JobId, ItemULong
  2212. JobSize, ItemULong
  2213. DataType, ItemULong
  2214. Pages, ItemULong
  2215. PagesPerSide, ItemULong
  2216. FilesOpened, ItemShort
  2217. }
  2218. 1d32b239-92a6-485a-96d2-dc3659fb803e RenderedJob
  2219. #type JobRendered 11
  2220. {
  2221. JobId, ItemULong
  2222. GdiJobSize, ItemULong
  2223. ICMMethod, ItemULong
  2224. Color, ItemShort
  2225. XRes, ItemShort
  2226. YRes, ItemShort
  2227. Quality, ItemShort
  2228. Copies, ItemShort
  2229. TTOption, ItemShort
  2230. }
  2231. //******************************************
  2232. // NTLM Events
  2233. // C92CF544-91B3-4dc0-8E11-C580339A0BF8 NtlmControl
  2234. //******************************************
  2235. 94D4C9EB-0D01-41ae-99E8-15B26B593A83 NtlmServerAccept
  2236. #type Start 1
  2237. {
  2238. StageHint, ItemULong
  2239. InContext, ItemPtr
  2240. }
  2241. #type End 2
  2242. {
  2243. StageHint, ItemULong
  2244. InContext, ItemPtr
  2245. OutContext, ItemPtr
  2246. Status, ItemULong
  2247. }
  2248. #type Info 0
  2249. {
  2250. StageHint, ItemULong
  2251. InContext, ItemPtr
  2252. OutContext, ItemPtr
  2253. Flags, ItemULong
  2254. UserName, ItemPWString
  2255. DomainName, ItemPWString
  2256. Workstation, ItemPWString
  2257. }
  2258. 6DF28B22-73BE-45cc-BA80-8B332B35A21D NtlmClientInitialize
  2259. #type Start 1
  2260. {
  2261. StageHint, ItemULong
  2262. InContext, ItemPtr
  2263. }
  2264. #type End 2
  2265. {
  2266. StageHint, ItemULong
  2267. InContext, ItemPtr
  2268. OutContext, ItemPtr
  2269. Status, ItemULong
  2270. }
  2271. 19196B33-A302-4c12-9D5A-EAC149E93C46 NtlmLogonUser
  2272. #type Start 1
  2273. {
  2274. }
  2275. #type End 2
  2276. {
  2277. Status, ItemULong
  2278. LogonType, ItemULong
  2279. UserName, ItemPWString
  2280. DomainName, ItemPWString
  2281. }
  2282. 34D84181-C28A-41d8-BB9E-995190DF83DF NtlmValidateUser
  2283. #type Start 1
  2284. {
  2285. }
  2286. #type End 2
  2287. {
  2288. Success, ItemULong
  2289. LogonServer, ItemPWString
  2290. LogonDomain, ItemPWString
  2291. UserName, ItemPWString
  2292. Workstation, ItemPWString
  2293. }
  2294. //******************************************
  2295. // Com+ Services Events
  2296. //******************************************
  2297. 67F49F8C-01B8-4354-BFFB-7A93E7211C3E ObjPoolCreateObject
  2298. #version 0
  2299. #type Event 0
  2300. {
  2301. ProcessId, ItemULong
  2302. ApplicationID, ItemGUID
  2303. PartitionID, ItemGUID
  2304. AppInstanceID, ItemGUID
  2305. ComputerName, ItemWChar[256]
  2306. ObjectGuid, ItemGUID
  2307. ObjectsCreated, ItemULong
  2308. ObjectID, ItemULongLong
  2309. }
  2310. C5A3005A-F643-4f09-B146-A47B9165E522 ObjPoolDestroyObject
  2311. #version 0
  2312. #type Event 0
  2313. {
  2314. ProcessId, ItemULong
  2315. ApplicationID, ItemGUID
  2316. PartitionID, ItemGUID
  2317. AppInstanceID, ItemGUID
  2318. ComputerName, ItemWChar[256]
  2319. ObjectGuid, ItemGUID
  2320. ObjectsCreated, ItemULong
  2321. ObjectID, ItemULongLong
  2322. }
  2323. F1A43E1E-150B-4a8a-8DFF-5E9504819A83 ObjPoolPutObject
  2324. #version 0
  2325. #type Event 0
  2326. {
  2327. ProcessId, ItemULong
  2328. ApplicationID, ItemGUID
  2329. PartitionID, ItemGUID
  2330. AppInstanceID, ItemGUID
  2331. ComputerName, ItemWChar[256]
  2332. ObjectGuid, ItemGUID
  2333. Reason, ItemLong
  2334. AvailableObjects, ItemULong
  2335. ObjectID, ItemULongLong
  2336. }
  2337. D3B13BA9-E13C-42a5-AB9D-A765EABD8DD7 ObjPoolGetObject
  2338. #version 0
  2339. #type Event 0
  2340. {
  2341. ProcessId, ItemULong
  2342. ApplicationID, ItemGUID
  2343. PartitionID, ItemGUID
  2344. AppInstanceID, ItemGUID
  2345. ComputerName, ItemWChar[256]
  2346. ActivityGuid, ItemGUID
  2347. ObjectGuid, ItemGUID
  2348. AvailableObjects, ItemULong
  2349. ObjectID, ItemULongLong
  2350. }
  2351. 6251827A-9115-41ca-A3B7-2073CD25EB87 ObjPoolRecycleToTx
  2352. #version 0
  2353. #type Event 0
  2354. {
  2355. ProcessId, ItemULong
  2356. ApplicationID, ItemGUID
  2357. PartitionID, ItemGUID
  2358. AppInstanceID, ItemGUID
  2359. ComputerName, ItemWChar[256]
  2360. ActivityGuid, ItemGUID
  2361. ObjectGuid, ItemGUID
  2362. TransactionGuid, ItemGUID
  2363. ObjectID, ItemULongLong
  2364. }
  2365. 3ED9E879-E0CB-432a-B29E-3440BE825B5C ObjPoolGetFromTx
  2366. #version 0
  2367. #type Event 0
  2368. {
  2369. ProcessId, ItemULong
  2370. ApplicationID, ItemGUID
  2371. PartitionID, ItemGUID
  2372. AppInstanceID, ItemGUID
  2373. ComputerName, ItemWChar[256]
  2374. ActivityGuid, ItemGUID
  2375. ObjectGuid, ItemGUID
  2376. TransactionGuid, ItemGUID
  2377. ObjectID, ItemULongLong
  2378. }
  2379. 880F56F9-5B21-4d36-8C8E-95FF4283006F ObjPoolCreateDecision
  2380. #version 0
  2381. #type Event 0
  2382. {
  2383. ProcessId, ItemULong
  2384. ApplicationID, ItemGUID
  2385. PartitionID, ItemGUID
  2386. AppInstanceID, ItemGUID
  2387. ComputerName, ItemWChar[256]
  2388. ObjectGuid, ItemGUID
  2389. ThreadsWaiting, ItemULong
  2390. AvailableObjects, ItemULong
  2391. CreatedObjects, ItemULong
  2392. Minimum, ItemULong
  2393. Maximum, ItemULong
  2394. }
  2395. 664E7E9A-458C-4b84-BF3A-C9877D929D00 ObjPoolTimeout
  2396. #version 0
  2397. #type Event 0
  2398. {
  2399. ProcessId, ItemULong
  2400. ApplicationID, ItemGUID
  2401. PartitionID, ItemGUID
  2402. AppInstanceID, ItemGUID
  2403. ComputerName, ItemWChar[256]
  2404. ObjectGuid, ItemGUID
  2405. ActivityGuid, ItemGUID
  2406. Timeout, ItemULong
  2407. }
  2408. E68E1870-CB15-4d2d-986E-E9E6D1B2E656 ObjPoolCreatePool
  2409. #version 0
  2410. #type Event 0
  2411. {
  2412. ProcessId, ItemULong
  2413. ApplicationID, ItemGUID
  2414. PartitionID, ItemGUID
  2415. AppInstanceID, ItemGUID
  2416. ComputerName, ItemWChar[256]
  2417. ObjectGuid, ItemGUID
  2418. Minimum, ItemULong
  2419. Maximum, ItemULong
  2420. Timeout, ItemULong
  2421. }
  2422. B896121F-0C4F-47e1-AD15-C7B0AA4491C4 AppActivation
  2423. #version 0
  2424. #type Event 0
  2425. {
  2426. ProcessId, ItemULong
  2427. ApplicationID, ItemGUID
  2428. PartitionID, ItemGUID
  2429. AppInstanceID, ItemGUID
  2430. ComputerName, ItemWChar[256]
  2431. AppID, ItemGUID
  2432. }
  2433. E90FF16B-2AC0-40b0-9F84-CB742C468CB2 AppShutdown
  2434. #version 0
  2435. #type Event 0
  2436. {
  2437. ProcessId, ItemULong
  2438. ApplicationID, ItemGUID
  2439. PartitionID, ItemGUID
  2440. AppInstanceID, ItemGUID
  2441. ComputerName, ItemWChar[256]
  2442. AppID, ItemGUID
  2443. }
  2444. 1114B062-2702-4b52-92D2-2EB11ABA646E AppForceShutdown
  2445. #version 0
  2446. #type Event 0
  2447. {
  2448. ProcessId, ItemULong
  2449. ApplicationID, ItemGUID
  2450. PartitionID, ItemGUID
  2451. AppInstanceID, ItemGUID
  2452. ComputerName, ItemWChar[256]
  2453. AppID, ItemGUID
  2454. }
  2455. DA6C4250-BC95-45f0-AB49-CC4D605ECF41 ThreadStart
  2456. #version 0
  2457. #type Event 0
  2458. {
  2459. ProcessId, ItemULong
  2460. ApplicationID, ItemGUID
  2461. PartitionID, ItemGUID
  2462. AppInstanceID, ItemGUID
  2463. ComputerName, ItemWChar[256]
  2464. TThreadID, ItemULongLong
  2465. SystemThread, ItemULong
  2466. ThreadCount, ItemULong
  2467. }
  2468. 1DAE16A8-E038-46bc-B27A-8609E643099B ThreadTerminate
  2469. #version 0
  2470. #type Event 0
  2471. {
  2472. ProcessId, ItemULong
  2473. ApplicationID, ItemGUID
  2474. PartitionID, ItemGUID
  2475. AppInstanceID, ItemGUID
  2476. ComputerName, ItemWChar[256]
  2477. TThreadID, ItemULongLong
  2478. SystemThread, ItemULong
  2479. ThreadCount, ItemULong
  2480. }
  2481. 6818FD0A-C7F3-406f-91F4-7600978CC3C9 ThreadBindToApt
  2482. #version 0
  2483. #type Event 0
  2484. {
  2485. ProcessId, ItemULong
  2486. ApplicationID, ItemGUID
  2487. PartitionID, ItemGUID
  2488. AppInstanceID, ItemGUID
  2489. ComputerName, ItemWChar[256]
  2490. TThreadID, ItemULongLong
  2491. AptID, ItemULongLong
  2492. ActivitiesCount, ItemULong
  2493. LowCount, ItemULong
  2494. }
  2495. 440EA498-EB7E-4b70-A1E3-9A91861CD6C3 ThreadUnbind
  2496. #version 0
  2497. #type Event 0
  2498. {
  2499. ProcessId, ItemULong
  2500. ApplicationID, ItemGUID
  2501. PartitionID, ItemGUID
  2502. AppInstanceID, ItemGUID
  2503. ComputerName, ItemWChar[256]
  2504. TThreadID, ItemULongLong
  2505. AptID, ItemULongLong
  2506. ActivitiesCount, ItemULong
  2507. }
  2508. E9EBBACC-7A92-40f3-80AF-783535CBD118 ThreadAssignApt
  2509. #version 0
  2510. #type Event 0
  2511. {
  2512. ProcessId, ItemULong
  2513. ApplicationID, ItemGUID
  2514. PartitionID, ItemGUID
  2515. AppInstanceID, ItemGUID
  2516. ComputerName, ItemWChar[256]
  2517. ActivityGuid, ItemGUID
  2518. AptID, ItemULongLong
  2519. }
  2520. 72502A15-B665-4f5b-A319-E395CCA92393 ThreadUnassignApt
  2521. #version 0
  2522. #type Event 0
  2523. {
  2524. ProcessId, ItemULong
  2525. ApplicationID, ItemGUID
  2526. PartitionID, ItemGUID
  2527. AppInstanceID, ItemGUID
  2528. ComputerName, ItemWChar[256]
  2529. AptID, ItemULongLong
  2530. }
  2531. 1E9E83C5-C5C8-4a2d-AB63-8469C296764B CreateInstance
  2532. #version 0
  2533. #type Event 0
  2534. {
  2535. ProcessId, ItemULong
  2536. ApplicationID, ItemGUID
  2537. PartitionID, ItemGUID
  2538. AppInstanceID, ItemGUID
  2539. ComputerName, ItemWChar[256]
  2540. ActivityGuid, ItemGUID
  2541. CLSID, ItemGUID
  2542. TSID, ItemGUID
  2543. ContextID, ItemULongLong
  2544. ObjectID, ItemULongLong
  2545. }
  2546. 3A446C03-769E-4dca-8F59-8F5FA7761FAB DestroyInstance
  2547. #version 0
  2548. #type Event 0
  2549. {
  2550. ProcessId, ItemULong
  2551. ApplicationID, ItemGUID
  2552. PartitionID, ItemGUID
  2553. AppInstanceID, ItemGUID
  2554. ComputerName, ItemWChar[256]
  2555. ContextID, ItemULongLong
  2556. }
  2557. 3F2E0CEB-6C34-4ae2-9475-A01B086E8C60 TransactionStart
  2558. #version 0
  2559. #type Event 0
  2560. {
  2561. ProcessId, ItemULong
  2562. ApplicationID, ItemGUID
  2563. PartitionID, ItemGUID
  2564. AppInstanceID, ItemGUID
  2565. ComputerName, ItemWChar[256]
  2566. TransactionGuid, ItemGUID
  2567. TSID, ItemGUID
  2568. Root, ItemBool
  2569. }
  2570. DA92FF99-95C0-43d5-9A7D-6C23C15E2FE7 TransactionPrepare
  2571. #version 0
  2572. #type Event 0
  2573. {
  2574. ProcessId, ItemULong
  2575. ApplicationID, ItemGUID
  2576. PartitionID, ItemGUID
  2577. AppInstanceID, ItemGUID
  2578. ComputerName, ItemWChar[256]
  2579. TransactionGuid, ItemGUID
  2580. VoteYes, ItemBool
  2581. }
  2582. BE2B8AA1-1FEF-4ded-907D-CDCE5849008E TransactionAbort
  2583. #version 0
  2584. #type Event 0
  2585. {
  2586. ProcessId, ItemULong
  2587. ApplicationID, ItemGUID
  2588. PartitionID, ItemGUID
  2589. AppInstanceID, ItemGUID
  2590. ComputerName, ItemWChar[256]
  2591. TransactionGuid, ItemGUID
  2592. }
  2593. C67F7946-4630-4c77-B4F6-88C6ABE65F12 TransactionCommit
  2594. #version 0
  2595. #type Event 0
  2596. {
  2597. ProcessId, ItemULong
  2598. ApplicationID, ItemGUID
  2599. PartitionID, ItemGUID
  2600. AppInstanceID, ItemGUID
  2601. ComputerName, ItemWChar[256]
  2602. TransactionGuid, ItemGUID
  2603. }
  2604. BAC5C1AE-009D-4e09-9A0A-FD88BB31A1E8 MethodCall
  2605. #version 0
  2606. #type Event 0
  2607. {
  2608. ProcessId, ItemULong
  2609. ApplicationID, ItemGUID
  2610. PartitionID, ItemGUID
  2611. AppInstanceID, ItemGUID
  2612. ComputerName, ItemWChar[256]
  2613. ObjectID, ItemULongLong
  2614. CLSID, ItemGUID
  2615. IID, ItemGUID
  2616. MethodIndex, ItemULong
  2617. }
  2618. F0B30BEC-DB18-478c-9221-EAA208CBB5AE MethodReturn
  2619. #version 0
  2620. #type Event 0
  2621. {
  2622. ProcessId, ItemULong
  2623. ApplicationID, ItemGUID
  2624. PartitionID, ItemGUID
  2625. AppInstanceID, ItemGUID
  2626. ComputerName, ItemWChar[256]
  2627. ObjectID, ItemULongLong
  2628. CLSID, ItemGUID
  2629. IID, ItemGUID
  2630. MethodIndex, ItemULong
  2631. HResult, ItemLong
  2632. }
  2633. 91D068A5-0B98-48f1-A0CF-AB8626CA5147 MethodException
  2634. #version 0
  2635. #type Event 0
  2636. {
  2637. ProcessId, ItemULong
  2638. ApplicationID, ItemGUID
  2639. PartitionID, ItemGUID
  2640. AppInstanceID, ItemGUID
  2641. ComputerName, ItemWChar[256]
  2642. ObjectID, ItemULongLong
  2643. CLSID, ItemGUID
  2644. IID, ItemGUID
  2645. MethodIndex, ItemULong
  2646. }
  2647. 8FE5F194-CF29-4eff-A5AA-A54AD7F4F131 DisableCommit
  2648. #version 0
  2649. #type Event 0
  2650. {
  2651. ProcessId, ItemULong
  2652. ApplicationID, ItemGUID
  2653. PartitionID, ItemGUID
  2654. AppInstanceID, ItemGUID
  2655. ComputerName, ItemWChar[256]
  2656. ContextID, ItemULongLong
  2657. }
  2658. 37276016-0EBD-432a-8333-D84821AB3863 EnableCommit
  2659. #version 0
  2660. #type Event 0
  2661. {
  2662. ProcessId, ItemULong
  2663. ApplicationID, ItemGUID
  2664. PartitionID, ItemGUID
  2665. AppInstanceID, ItemGUID
  2666. ComputerName, ItemWChar[256]
  2667. ContextID, ItemULongLong
  2668. }
  2669. AB095D80-3E83-4597-8007-00803D50DF86 SetComplete
  2670. #version 0
  2671. #type Event 0
  2672. {
  2673. ProcessId, ItemULong
  2674. ApplicationID, ItemGUID
  2675. PartitionID, ItemGUID
  2676. AppInstanceID, ItemGUID
  2677. ComputerName, ItemWChar[256]
  2678. ContextID, ItemULongLong
  2679. }
  2680. 9A39AA4F-63DB-42ec-A59E-DD116F57A247 SetAbort
  2681. #version 0
  2682. #type Event 0
  2683. {
  2684. ProcessId, ItemULong
  2685. ApplicationID, ItemGUID
  2686. PartitionID, ItemGUID
  2687. AppInstanceID, ItemGUID
  2688. ComputerName, ItemWChar[256]
  2689. ContextID, ItemULongLong
  2690. }
  2691. A6D75196-3DDC-4f35-9AB9-3CB121F28BAE Deactivate
  2692. #version 0
  2693. #type Event 0
  2694. {
  2695. ProcessId, ItemULong
  2696. ApplicationID, ItemGUID
  2697. PartitionID, ItemGUID
  2698. AppInstanceID, ItemGUID
  2699. ComputerName, ItemWChar[256]
  2700. ContextID, ItemULongLong
  2701. ObjectID, ItemULongLong
  2702. }
  2703. B0CE0D5B-05EC-4380-B225-2EEDA3903042 Activate
  2704. #version 0
  2705. #type Event 0
  2706. {
  2707. ProcessId, ItemULong
  2708. ApplicationID, ItemGUID
  2709. PartitionID, ItemGUID
  2710. AppInstanceID, ItemGUID
  2711. ComputerName, ItemWChar[256]
  2712. ContextID, ItemULongLong
  2713. ObjectID, ItemULongLong
  2714. }
  2715. 7649AF3C-3E56-47b7-9596-876FADD36B5D ResourceCreate
  2716. #version 0
  2717. #type Event 0
  2718. {
  2719. ProcessId, ItemULong
  2720. ApplicationID, ItemGUID
  2721. PartitionID, ItemGUID
  2722. AppInstanceID, ItemGUID
  2723. ComputerName, ItemWChar[256]
  2724. ObjectID, ItemULongLong
  2725. ResourceID, ItemULongLong
  2726. ResType, ItemWChar[64]
  2727. Enlisted, ItemBool
  2728. }
  2729. 5BA81729-A69D-473e-B656-56C9C393A862 ResourceAllocate
  2730. #version 0
  2731. #type Event 0
  2732. {
  2733. ProcessId, ItemULong
  2734. ApplicationID, ItemGUID
  2735. PartitionID, ItemGUID
  2736. AppInstanceID, ItemGUID
  2737. ComputerName, ItemWChar[256]
  2738. ObjectID, ItemULongLong
  2739. ResourceID, ItemULongLong
  2740. ResType, ItemWChar[64]
  2741. Enlisted, ItemBool
  2742. NumRated, ItemULong
  2743. Rating, ItemULong
  2744. }
  2745. 4F0B170E-9065-4d5a-AD2C-7BFC0DAA0C93 ResourceRecycle
  2746. #version 0
  2747. #type Event 0
  2748. {
  2749. ProcessId, ItemULong
  2750. ApplicationID, ItemGUID
  2751. PartitionID, ItemGUID
  2752. AppInstanceID, ItemGUID
  2753. ComputerName, ItemWChar[256]
  2754. ObjectID, ItemULongLong
  2755. ResourceID, ItemULongLong
  2756. ResType, ItemWChar[64]
  2757. }
  2758. 58CDFE25-2DC0-485b-981C-7A0B39B96FAB ResourceDestroy
  2759. #version 0
  2760. #type Event 0
  2761. {
  2762. ProcessId, ItemULong
  2763. ApplicationID, ItemGUID
  2764. PartitionID, ItemGUID
  2765. AppInstanceID, ItemGUID
  2766. ComputerName, ItemWChar[256]
  2767. ObjectID, ItemULongLong
  2768. ResourceID, ItemULongLong
  2769. HResult, ItemLong
  2770. ResType, ItemWChar[64]
  2771. }
  2772. F96DE808-C2D7-43b3-8593-6BC1E772DB9B ResourceTrack
  2773. #version 0
  2774. #type Event 0
  2775. {
  2776. ProcessId, ItemULong
  2777. ApplicationID, ItemGUID
  2778. PartitionID, ItemGUID
  2779. AppInstanceID, ItemGUID
  2780. ComputerName, ItemWChar[256]
  2781. ObjectID, ItemULongLong
  2782. ResourceID, ItemULongLong
  2783. ResType, ItemWChar[64]
  2784. Enlisted, ItemBool
  2785. }
  2786. CD6D18FC-31F0-4304-A5DF-BA2A15840266 Authenticate
  2787. #version 0
  2788. #type Event 0
  2789. {
  2790. ProcessId, ItemULong
  2791. ApplicationID, ItemGUID
  2792. PartitionID, ItemGUID
  2793. AppInstanceID, ItemGUID
  2794. ComputerName, ItemWChar[256]
  2795. ActivityGuid, ItemGUID
  2796. ObjectID, ItemULongLong
  2797. IID, ItemGUID
  2798. MethodIndex, ItemULong
  2799. CurrentUserImpersonationInproc, ItemBool
  2800. LengthOrigUserSID, ItemULong
  2801. LengthCrtUserSID, ItemULong
  2802. SIDsBuffer, ItemVariant
  2803. }
  2804. 03148C79-11DC-4b43-ACA3-65B11682CFF4 AuthenticateFail
  2805. #version 0
  2806. #type Event 0
  2807. {
  2808. ProcessId, ItemULong
  2809. ApplicationID, ItemGUID
  2810. PartitionID, ItemGUID
  2811. AppInstanceID, ItemGUID
  2812. ComputerName, ItemWChar[256]
  2813. ActivityGuid, ItemGUID
  2814. ObjectID, ItemULongLong
  2815. IID, ItemGUID
  2816. MethodIndex, ItemULong
  2817. CurrentUserImpersonationInproc, ItemBool
  2818. LengthOrigUserSID, ItemULong
  2819. LengthCrtUserSID, ItemULong
  2820. SIDsBuffer, ItemVariant
  2821. }
  2822. 9B3359DC-2B4C-46b4-A03A-7339AF71B765 ObjectConstruct
  2823. #version 0
  2824. #type Event 0
  2825. {
  2826. ProcessId, ItemULong
  2827. ApplicationID, ItemGUID
  2828. PartitionID, ItemGUID
  2829. AppInstanceID, ItemGUID
  2830. ComputerName, ItemWChar[256]
  2831. ObjectGuid, ItemGUID
  2832. ObjectID, ItemULongLong
  2833. ConstructString, ItemWChar[64]
  2834. }
  2835. C49B4FA9-20DF-4f48-82B2-C448DEF02DFC UserEvent
  2836. #version 0
  2837. #type Event 0
  2838. {
  2839. ProcessId, ItemULong
  2840. ApplicationID, ItemGUID
  2841. PartitionID, ItemGUID
  2842. AppInstanceID, ItemGUID
  2843. ComputerName, ItemWChar[256]
  2844. Buffer, ItemVariant
  2845. }
  2846. 90B8FED5-7EEF-4107-B791-8CF15B2117F3 ActivityCreate
  2847. #version 0
  2848. #type Event 0
  2849. {
  2850. ProcessId, ItemULong
  2851. ApplicationID, ItemGUID
  2852. PartitionID, ItemGUID
  2853. AppInstanceID, ItemGUID
  2854. ComputerName, ItemWChar[256]
  2855. ActivityGuid, ItemGUID
  2856. }
  2857. EDC039B9-84E7-4f69-937B-A08942719651 ActivityDestroy
  2858. #version 0
  2859. #type Event 0
  2860. {
  2861. ProcessId, ItemULong
  2862. ApplicationID, ItemGUID
  2863. PartitionID, ItemGUID
  2864. AppInstanceID, ItemGUID
  2865. ComputerName, ItemWChar[256]
  2866. ActivityGuid, ItemGUID
  2867. }
  2868. 43B68014-2B7E-47ae-AFC2-E54184CFF71F ActivityEnter
  2869. #version 0
  2870. #type Event 0
  2871. {
  2872. ProcessId, ItemULong
  2873. ApplicationID, ItemGUID
  2874. PartitionID, ItemGUID
  2875. AppInstanceID, ItemGUID
  2876. ComputerName, ItemWChar[256]
  2877. Current, ItemGUID
  2878. Entered, ItemGUID
  2879. SystemThread, ItemULong
  2880. }
  2881. E7D21C91-3CBE-4340-B605-0EBB0FE32E2F ActivityTimeout
  2882. #version 0
  2883. #type Event 0
  2884. {
  2885. ProcessId, ItemULong
  2886. ApplicationID, ItemGUID
  2887. PartitionID, ItemGUID
  2888. AppInstanceID, ItemGUID
  2889. ComputerName, ItemWChar[256]
  2890. Current, ItemGUID
  2891. Entered, ItemGUID
  2892. SystemThread, ItemULong
  2893. Timeout, ItemULong
  2894. }
  2895. F2013085-1572-490b-93BE-BE3AB406955C ActivityReenter
  2896. #version 0
  2897. #type Event 0
  2898. {
  2899. ProcessId, ItemULong
  2900. ApplicationID, ItemGUID
  2901. PartitionID, ItemGUID
  2902. AppInstanceID, ItemGUID
  2903. ComputerName, ItemWChar[256]
  2904. Current, ItemGUID
  2905. SystemThread, ItemULong
  2906. CallDepth, ItemULong
  2907. }
  2908. C589CFD4-D3AC-4cdd-B157-22C53234A63A ActivityLeave
  2909. #version 0
  2910. #type Event 0
  2911. {
  2912. ProcessId, ItemULong
  2913. ApplicationID, ItemGUID
  2914. PartitionID, ItemGUID
  2915. AppInstanceID, ItemGUID
  2916. ComputerName, ItemWChar[256]
  2917. Current, ItemGUID
  2918. Left, ItemGUID
  2919. }
  2920. 53F94E5B-7F22-4d2b-A1CC-510BEF6FA833 ActivityLeaveSame
  2921. #version 0
  2922. #type Event 0
  2923. {
  2924. ProcessId, ItemULong
  2925. ApplicationID, ItemGUID
  2926. PartitionID, ItemGUID
  2927. AppInstanceID, ItemGUID
  2928. ComputerName, ItemWChar[256]
  2929. Current, ItemGUID
  2930. CallDepth, ItemULong
  2931. }
  2932. 7172CA53-633A-4f56-A947-07567258849E IISRequestInfo
  2933. #version 0
  2934. #type Event 0
  2935. {
  2936. ProcessId, ItemULong
  2937. ApplicationID, ItemGUID
  2938. PartitionID, ItemGUID
  2939. AppInstanceID, ItemGUID
  2940. ComputerName, ItemWChar[256]
  2941. ObjectID, ItemULongLong
  2942. ClientIP, ItemWChar[16]
  2943. ServerIP, ItemWChar[16]
  2944. URL, ItemWChar[128]
  2945. }
  2946. 4F0960DD-568B-4391-9F72-134C5670E7C8 QCRecord
  2947. #version 0
  2948. #type Event 0
  2949. {
  2950. ProcessId, ItemULong
  2951. ApplicationID, ItemGUID
  2952. PartitionID, ItemGUID
  2953. AppInstanceID, ItemGUID
  2954. ComputerName, ItemWChar[256]
  2955. ObjectID, ItemULongLong
  2956. Queue, ItemWChar[60]
  2957. MsgID, ItemGUID
  2958. Workflow, ItemGUID
  2959. MSMQhresult, ItemLong
  2960. }
  2961. 71925AE2-8133-425d-BF0D-21662BAFF1FC QCQueueOpen
  2962. #version 0
  2963. #type Event 0
  2964. {
  2965. ProcessId, ItemULong
  2966. ApplicationID, ItemGUID
  2967. PartitionID, ItemGUID
  2968. AppInstanceID, ItemGUID
  2969. ComputerName, ItemWChar[256]
  2970. Queue, ItemWChar[60]
  2971. QueueID, ItemULongULong
  2972. MSMQhresult, ItemLong
  2973. }
  2974. 71955D87-4448-4e7b-BA4E-7873C11AABA3 QCReceive
  2975. #version 0
  2976. #type Event 0
  2977. {
  2978. ProcessId, ItemULong
  2979. ApplicationID, ItemGUID
  2980. PartitionID, ItemGUID
  2981. AppInstanceID, ItemGUID
  2982. ComputerName, ItemWChar[256]
  2983. QueueID, ItemULongULong
  2984. MsgID, ItemGUID
  2985. Workflow, ItemGUID
  2986. MSMQhresult, ItemLong
  2987. }
  2988. A00DC142-ED4F-49b1-8DAD-0241C08DFE1B QCReceiveFail
  2989. #version 0
  2990. #type Event 0
  2991. {
  2992. ProcessId, ItemULong
  2993. ApplicationID, ItemGUID
  2994. PartitionID, ItemGUID
  2995. AppInstanceID, ItemGUID
  2996. ComputerName, ItemWChar[256]
  2997. QueueID, ItemULongULong
  2998. MSMQhresult, ItemLong
  2999. }
  3000. 2C0D5D35-ED91-4c05-B7D2-0C833EAC7CF5 QCMoveToRetry
  3001. #version 0
  3002. #type Event 0
  3003. {
  3004. ProcessId, ItemULong
  3005. ApplicationID, ItemGUID
  3006. PartitionID, ItemGUID
  3007. AppInstanceID, ItemGUID
  3008. ComputerName, ItemWChar[256]
  3009. MsgID, ItemGUID
  3010. Workflow, ItemGUID
  3011. RetryIndex, ItemULong
  3012. }
  3013. C03BB7FF-6A7A-4019-B290-F4D07A873187 QCMoveToDead
  3014. #version 0
  3015. #type Event 0
  3016. {
  3017. ProcessId, ItemULong
  3018. ApplicationID, ItemGUID
  3019. PartitionID, ItemGUID
  3020. AppInstanceID, ItemGUID
  3021. ComputerName, ItemWChar[256]
  3022. MsgID, ItemGUID
  3023. Workflow, ItemGUID
  3024. }
  3025. 648D7C88-D207-4f90-8DE9-DA3159F25FF8 QCPlayback
  3026. #version 0
  3027. #type Event 0
  3028. {
  3029. ProcessId, ItemULong
  3030. ApplicationID, ItemGUID
  3031. PartitionID, ItemGUID
  3032. AppInstanceID, ItemGUID
  3033. ComputerName, ItemWChar[256]
  3034. ObjectID, ItemULongLong
  3035. MsgID, ItemGUID
  3036. Workflow, ItemGUID
  3037. MSMQhresult, ItemLong
  3038. }
  3039. 4DFA5983-B413-45b3-AD0D-6493E903A645 ExceptionUser
  3040. #version 0
  3041. #type Event 0
  3042. {
  3043. ProcessId, ItemULong
  3044. ApplicationID, ItemGUID
  3045. PartitionID, ItemGUID
  3046. AppInstanceID, ItemGUID
  3047. ComputerName, ItemWChar[256]
  3048. Code, ItemULong
  3049. Address, ItemULongULong
  3050. StackTrace, ItemWChar[512]
  3051. }
  3052. 57709B60-0EF0-4ea6-B415-CDDA1CDD35A9 CRMRecoveryStart
  3053. #version 0
  3054. #type Event 0
  3055. {
  3056. ProcessId, ItemULong
  3057. ApplicationID, ItemGUID
  3058. PartitionID, ItemGUID
  3059. AppInstanceID, ItemGUID
  3060. ComputerName, ItemWChar[256]
  3061. AppID, ItemGUID
  3062. }
  3063. C45B18D3-FD16-4120-B396-58E9D64D59AB CRMRecoveryDone
  3064. #version 0
  3065. #type Event 0
  3066. {
  3067. ProcessId, ItemULong
  3068. ApplicationID, ItemGUID
  3069. PartitionID, ItemGUID
  3070. AppInstanceID, ItemGUID
  3071. ComputerName, ItemWChar[256]
  3072. AppID, ItemGUID
  3073. }
  3074. C93490AC-B23F-408f-9C17-809B0EB86631 CRMCheckpoint
  3075. #version 0
  3076. #type Event 0
  3077. {
  3078. ProcessId, ItemULong
  3079. ApplicationID, ItemGUID
  3080. PartitionID, ItemGUID
  3081. AppInstanceID, ItemGUID
  3082. ComputerName, ItemWChar[256]
  3083. AppID, ItemGUID
  3084. }
  3085. AB8FC323-CBB2-40b7-AFD3-558054E55848 CRMBegin
  3086. #version 0
  3087. #type Event 0
  3088. {
  3089. ProcessId, ItemULong
  3090. ApplicationID, ItemGUID
  3091. PartitionID, ItemGUID
  3092. AppInstanceID, ItemGUID
  3093. ComputerName, ItemWChar[256]
  3094. ClerkCLSID, ItemGUID
  3095. ActivityGuid, ItemGUID
  3096. TransactionGuid, ItemGUID
  3097. ProgIdCompensator, ItemWChar[64]
  3098. Description, ItemWChar[64]
  3099. }
  3100. 3F50C4A1-D7F2-4e4e-BE35-BE31447D6316 CRMPrepare
  3101. #version 0
  3102. #type Event 0
  3103. {
  3104. ProcessId, ItemULong
  3105. ApplicationID, ItemGUID
  3106. PartitionID, ItemGUID
  3107. AppInstanceID, ItemGUID
  3108. ComputerName, ItemWChar[256]
  3109. ClerkCLSID, ItemGUID
  3110. }
  3111. 6461B223-574D-42bc-A5B5-C42BC0A1BB1E CRMCommit
  3112. #version 0
  3113. #type Event 0
  3114. {
  3115. ProcessId, ItemULong
  3116. ApplicationID, ItemGUID
  3117. PartitionID, ItemGUID
  3118. AppInstanceID, ItemGUID
  3119. ComputerName, ItemWChar[256]
  3120. ClerkCLSID, ItemGUID
  3121. }
  3122. AA814AA8-2FF1-4e23-8279-3D024C817327 CRMAbort
  3123. #version 0
  3124. #type Event 0
  3125. {
  3126. ProcessId, ItemULong
  3127. ApplicationID, ItemGUID
  3128. PartitionID, ItemGUID
  3129. AppInstanceID, ItemGUID
  3130. ComputerName, ItemWChar[256]
  3131. ClerkCLSID, ItemGUID
  3132. }
  3133. E37629F4-3358-44e4-89C6-C0B7EB82A4B1 CRMInDoubt
  3134. #version 0
  3135. #type Event 0
  3136. {
  3137. ProcessId, ItemULong
  3138. ApplicationID, ItemGUID
  3139. PartitionID, ItemGUID
  3140. AppInstanceID, ItemGUID
  3141. ComputerName, ItemWChar[256]
  3142. ClerkCLSID, ItemGUID
  3143. }
  3144. B7BB1AE1-D8D5-469a-BF49-EF1AC3E73A9A CRMDone
  3145. #version 0
  3146. #type Event 0
  3147. {
  3148. ProcessId, ItemULong
  3149. ApplicationID, ItemGUID
  3150. PartitionID, ItemGUID
  3151. AppInstanceID, ItemGUID
  3152. ComputerName, ItemWChar[256]
  3153. ClerkCLSID, ItemGUID
  3154. }
  3155. 7968E4E4-1E00-4e37-9BE4-8553FB661E16 CRMRelease
  3156. #version 0
  3157. #type Event 0
  3158. {
  3159. ProcessId, ItemULong
  3160. ApplicationID, ItemGUID
  3161. PartitionID, ItemGUID
  3162. AppInstanceID, ItemGUID
  3163. ComputerName, ItemWChar[256]
  3164. ClerkCLSID, ItemGUID
  3165. }
  3166. 04876E17-C180-47e3-B855-5E0A1255EFA5 CRMAnalyze
  3167. #version 0
  3168. #type Event 0
  3169. {
  3170. ProcessId, ItemULong
  3171. ApplicationID, ItemGUID
  3172. PartitionID, ItemGUID
  3173. AppInstanceID, ItemGUID
  3174. ComputerName, ItemWChar[256]
  3175. ClerkCLSID, ItemGUID
  3176. RecordType, ItemULong
  3177. RecordSize, ItemULong
  3178. }
  3179. A1ECBE0E-FA1F-47d3-91DD-99AB5B92D3A1 CRMWrite
  3180. #version 0
  3181. #type Event 0
  3182. {
  3183. ProcessId, ItemULong
  3184. ApplicationID, ItemGUID
  3185. PartitionID, ItemGUID
  3186. AppInstanceID, ItemGUID
  3187. ComputerName, ItemWChar[256]
  3188. ClerkCLSID, ItemGUID
  3189. Variants, ItemBool
  3190. RecordSize, ItemULong
  3191. }
  3192. EE5D2FF2-811C-4fb1-9861-D44EA6E1E6A7 CRMForget
  3193. #version 0
  3194. #type Event 0
  3195. {
  3196. ProcessId, ItemULong
  3197. ApplicationID, ItemGUID
  3198. PartitionID, ItemGUID
  3199. AppInstanceID, ItemGUID
  3200. ComputerName, ItemWChar[256]
  3201. ClerkCLSID, ItemGUID
  3202. }
  3203. D7428814-30D3-4b7a-8C34-898722FCFA3A CRMForce
  3204. #version 0
  3205. #type Event 0
  3206. {
  3207. ProcessId, ItemULong
  3208. ApplicationID, ItemGUID
  3209. PartitionID, ItemGUID
  3210. AppInstanceID, ItemGUID
  3211. ComputerName, ItemWChar[256]
  3212. ClerkCLSID, ItemGUID
  3213. }
  3214. 12DF1221-2D16-41de-B31F-0E03BBEFD448 CRMDeliver
  3215. #version 0
  3216. #type Event 0
  3217. {
  3218. ProcessId, ItemULong
  3219. ApplicationID, ItemGUID
  3220. PartitionID, ItemGUID
  3221. AppInstanceID, ItemGUID
  3222. ComputerName, ItemWChar[256]
  3223. ClerkCLSID, ItemGUID
  3224. Variants, ItemBool
  3225. RecordSize, ItemULong
  3226. }
  3227. 39AEDB9B-D2CE-4ffe-A0EC-F95DB80BAD27 AdmAppInstall
  3228. #version 0
  3229. #type Event 0
  3230. {
  3231. ProcessId, ItemULong
  3232. ApplicationID, ItemGUID
  3233. PartitionID, ItemGUID
  3234. AppInstanceID, ItemGUID
  3235. ComputerName, ItemWChar[256]
  3236. InstalledAppID, ItemGUID
  3237. MSIPath, ItemWChar[256]
  3238. DestinationPath, ItemWChar[256]
  3239. UserName, ItemWChar[256]
  3240. WithUsers, ItemBool
  3241. WithSecurity, ItemBool
  3242. Queued, ItemBool
  3243. HResult, ItemLong
  3244. }
  3245. B36E4627-D28D-485f-A35C-29E08C4F4753 AdmAppCreate
  3246. #version 0
  3247. #type Event 0
  3248. {
  3249. ProcessId, ItemULong
  3250. ApplicationID, ItemGUID
  3251. PartitionID, ItemGUID
  3252. AppInstanceID, ItemGUID
  3253. ComputerName, ItemWChar[256]
  3254. CreatedAppID, ItemGUID
  3255. AppName, ItemWChar[512]
  3256. HResult, ItemLong
  3257. }
  3258. 45046ADC-3B2E-4e79-9208-6992EB00C4A5 AdmAppDelete
  3259. #version 0
  3260. #type Event 0
  3261. {
  3262. ProcessId, ItemULong
  3263. ApplicationID, ItemGUID
  3264. PartitionID, ItemGUID
  3265. AppInstanceID, ItemGUID
  3266. ComputerName, ItemWChar[256]
  3267. DeletedAppID, ItemGUID
  3268. HResult, ItemLong
  3269. }
  3270. 0A750C63-CD91-4ee6-8091-867B86924E09 AdmAppUpdate
  3271. #version 0
  3272. #type Event 0
  3273. {
  3274. ProcessId, ItemULong
  3275. ApplicationID, ItemGUID
  3276. PartitionID, ItemGUID
  3277. AppInstanceID, ItemGUID
  3278. ComputerName, ItemWChar[256]
  3279. UpdatedAppID, ItemGUID
  3280. PropertyName, ItemWChar[64]
  3281. NewValue, ItemWChar[1024]
  3282. HResult, ItemLong
  3283. }
  3284. 4EF3D7D1-2A21-4a81-89E1-98B2A5DF4C55 AdmAppPaused
  3285. #version 0
  3286. #type Event 0
  3287. {
  3288. ProcessId, ItemULong
  3289. ApplicationID, ItemGUID
  3290. PartitionID, ItemGUID
  3291. AppInstanceID, ItemGUID
  3292. ComputerName, ItemWChar[256]
  3293. PausedAppID, ItemGUID
  3294. Paused, ItemBool
  3295. HResult, ItemLong
  3296. }
  3297. D77C881C-18E1-4165-9D9C-CA02DD4B7A0E AdmCompInstall
  3298. #version 0
  3299. #type Event 0
  3300. {
  3301. ProcessId, ItemULong
  3302. ApplicationID, ItemGUID
  3303. PartitionID, ItemGUID
  3304. AppInstanceID, ItemGUID
  3305. ComputerName, ItemWChar[256]
  3306. CompAppID, ItemGUID
  3307. DLLPath, ItemWChar[256]
  3308. TLBPath, ItemWChar[256]
  3309. PSDLLPath, ItemWChar[256]
  3310. CLSID, ItemGUID
  3311. HResult, ItemLong
  3312. }
  3313. 4DC56F75-D3AE-4e63-9CE0-3142CF4E4080 AdmCompImport
  3314. #version 0
  3315. #type Event 0
  3316. {
  3317. ProcessId, ItemULong
  3318. ApplicationID, ItemGUID
  3319. PartitionID, ItemGUID
  3320. AppInstanceID, ItemGUID
  3321. ComputerName, ItemWChar[256]
  3322. CompAppID, ItemGUID
  3323. CLSID, ItemGUID
  3324. ProgID, ItemWChar[64]
  3325. HResult, ItemLong
  3326. }
  3327. 7CF60AC4-6C26-495b-934E-47CCAE111BCF AdmCompDelete
  3328. #version 0
  3329. #type Event 0
  3330. {
  3331. ProcessId, ItemULong
  3332. ApplicationID, ItemGUID
  3333. PartitionID, ItemGUID
  3334. AppInstanceID, ItemGUID
  3335. ComputerName, ItemWChar[256]
  3336. CompAppID, ItemGUID
  3337. CLSID, ItemGUID
  3338. HResult, ItemLong
  3339. }
  3340. 7CD5BF83-CE9C-4a9d-936E-C8A751CAAB4F AdmCompUpdate
  3341. #version 0
  3342. #type Event 0
  3343. {
  3344. ProcessId, ItemULong
  3345. ApplicationID, ItemGUID
  3346. PartitionID, ItemGUID
  3347. AppInstanceID, ItemGUID
  3348. ComputerName, ItemWChar[256]
  3349. CompAppID, ItemGUID
  3350. CLSID, ItemGUID
  3351. PropertyName, ItemWChar[64]
  3352. NewValue, ItemWChar[1024]
  3353. HResult, ItemLong
  3354. }
  3355. C08BE4A9-79F4-46d4-949F-FBB73311EC13 AdmItfUpdate
  3356. #version 0
  3357. #type Event 0
  3358. {
  3359. {
  3360. ProcessId, ItemULong
  3361. ApplicationID, ItemGUID
  3362. PartitionID, ItemGUID
  3363. AppInstanceID, ItemGUID
  3364. ComputerName, ItemWChar[256]
  3365. ItfAppID, ItemGUID
  3366. CLSID, ItemGUID
  3367. IID, ItemGUID
  3368. PropertyName, ItemWChar[64]
  3369. NewValue, ItemWChar[1024]
  3370. HResult, ItemLong
  3371. }
  3372. B2CD5095-BCE0-42b5-B550-59E5E1146F54 AdmMetUpdate
  3373. #version 0
  3374. #type Event 0
  3375. {
  3376. ProcessId, ItemULong
  3377. ApplicationID, ItemGUID
  3378. PartitionID, ItemGUID
  3379. AppInstanceID, ItemGUID
  3380. ComputerName, ItemWChar[256]
  3381. MetAppID, ItemGUID
  3382. CLSID, ItemGUID
  3383. IID, ItemGUID
  3384. MethodIndex, ItemULong
  3385. PropertyName, ItemWChar[64]
  3386. NewValue, ItemWChar[1024]
  3387. HResult, ItemLong
  3388. }
  3389. 910BB3FA-E353-4953-A97F-A72E2574922C AdmRoleAdd
  3390. #version 0
  3391. #type Event 0
  3392. {
  3393. ProcessId, ItemULong
  3394. ApplicationID, ItemGUID
  3395. PartitionID, ItemGUID
  3396. AppInstanceID, ItemGUID
  3397. ComputerName, ItemWChar[256]
  3398. RoleAppID, ItemGUID
  3399. RoleName, ItemWChar[256]
  3400. HResult, ItemLong
  3401. }
  3402. 8A28125E-D216-4d30-88A5-80B442F80216 AdmRoleDelete
  3403. #version 0
  3404. #type Event 0
  3405. {
  3406. ProcessId, ItemULong
  3407. ApplicationID, ItemGUID
  3408. PartitionID, ItemGUID
  3409. AppInstanceID, ItemGUID
  3410. ComputerName, ItemWChar[256]
  3411. RoleAppID, ItemGUID
  3412. RoleName, ItemWChar[256]
  3413. HResult, ItemLong
  3414. }
  3415. 9B2A3DAD-2AA7-4beb-9EEE-5E7162B2E8EA AdmUserAdd
  3416. #version 0
  3417. #type Event 0
  3418. {
  3419. ProcessId, ItemULong
  3420. ApplicationID, ItemGUID
  3421. PartitionID, ItemGUID
  3422. AppInstanceID, ItemGUID
  3423. ComputerName, ItemWChar[256]
  3424. RoleAppID, ItemGUID
  3425. RoleName, ItemWChar[256]
  3426. HResult, ItemLong
  3427. UserSID, ItemVariant
  3428. }
  3429. 6EBEA049-5AD9-4b2a-AD28-F0375726AA23 AdmUserDelete
  3430. #version 0
  3431. #type Event 0
  3432. {
  3433. ProcessId, ItemULong
  3434. ApplicationID, ItemGUID
  3435. PartitionID, ItemGUID
  3436. AppInstanceID, ItemGUID
  3437. ComputerName, ItemWChar[256]
  3438. RoleAppID, ItemGUID
  3439. RoleName, ItemWChar[256]
  3440. HResult, ItemLong
  3441. UserSID, ItemVariant
  3442. }
  3443. B6AB05B2-084A-4cfc-9E57-5C95E3A0889F AdmCompRoleAdd
  3444. #version 0
  3445. #type Event 0
  3446. {
  3447. ProcessId, ItemULong
  3448. ApplicationID, ItemGUID
  3449. PartitionID, ItemGUID
  3450. AppInstanceID, ItemGUID
  3451. ComputerName, ItemWChar[256]
  3452. RoleAppID, ItemGUID
  3453. CLSID, ItemGUID
  3454. RoleName, ItemWChar[256]
  3455. HResult, ItemLong
  3456. }
  3457. 7B42E65E-1CAC-418b-B21C-43256A29B008 AdmCompRoleDelete
  3458. #version 0
  3459. #type Event 0
  3460. {
  3461. ProcessId, ItemULong
  3462. ApplicationID, ItemGUID
  3463. PartitionID, ItemGUID
  3464. AppInstanceID, ItemGUID
  3465. ComputerName, ItemWChar[256]
  3466. RoleAppID, ItemGUID
  3467. CLSID, ItemGUID
  3468. RoleName, ItemWChar[256]
  3469. HResult, ItemLong
  3470. }
  3471. 7040B74F-A240-4251-8218-443F1270B971 AdmItfRoleAdd
  3472. #version 0
  3473. #type Event 0
  3474. {
  3475. ProcessId, ItemULong
  3476. ApplicationID, ItemGUID
  3477. PartitionID, ItemGUID
  3478. AppInstanceID, ItemGUID
  3479. ComputerName, ItemWChar[256]
  3480. RoleAppID, ItemGUID
  3481. CLSID, ItemGUID
  3482. IID, ItemGUID
  3483. RoleName, ItemWChar[256]
  3484. HResult, ItemLong
  3485. }
  3486. 94F8892C-520A-4816-895A-F62A2EA99B7F AdmItfRoleDelete
  3487. #version 0
  3488. #type Event 0
  3489. {
  3490. ProcessId, ItemULong
  3491. ApplicationID, ItemGUID
  3492. PartitionID, ItemGUID
  3493. AppInstanceID, ItemGUID
  3494. ComputerName, ItemWChar[256]
  3495. RoleAppID, ItemGUID
  3496. CLSID, ItemGUID
  3497. IID, ItemGUID
  3498. RoleName, ItemWChar[256]
  3499. HResult, ItemLong
  3500. }
  3501. 79677BFD-1AC0-455f-B2C1-A8983DA78AA2 AdmMetRoleAdd
  3502. #version 0
  3503. #type Event 0
  3504. {
  3505. ProcessId, ItemULong
  3506. ApplicationID, ItemGUID
  3507. PartitionID, ItemGUID
  3508. AppInstanceID, ItemGUID
  3509. ComputerName, ItemWChar[256]
  3510. RoleAppID, ItemGUID
  3511. CLSID, ItemGUID
  3512. IID, ItemGUID
  3513. MethodIndex, ItemULong
  3514. RoleName, ItemWChar[256]
  3515. HResult, ItemLong
  3516. }
  3517. F5FB4B1F-11FA-44c1-88BD-750F4CC2C8EC AdmMetRoleDelete
  3518. #version 0
  3519. #type Event 0
  3520. {
  3521. ProcessId, ItemULong
  3522. ApplicationID, ItemGUID
  3523. PartitionID, ItemGUID
  3524. AppInstanceID, ItemGUID
  3525. ComputerName, ItemWChar[256]
  3526. RoleAppID, ItemGUID
  3527. CLSID, ItemGUID
  3528. IID, ItemGUID
  3529. MethodIndex, ItemULong
  3530. RoleName, ItemWChar[256]
  3531. HResult, ItemLong
  3532. }
  3533. 780B22BD-5244-4302-86BE-D57962CFD79A AdmMachineAdd
  3534. #version 0
  3535. #type Event 0
  3536. {
  3537. ProcessId, ItemULong
  3538. ApplicationID, ItemGUID
  3539. PartitionID, ItemGUID
  3540. AppInstanceID, ItemGUID
  3541. ComputerName, ItemWChar[256]
  3542. MachineName, ItemWChar[512]
  3543. HResult, ItemLong
  3544. }
  3545. 09D87E55-022D-4851-8219-54ED25C4A5C6 AdmMachineDelete
  3546. #version 0
  3547. #type Event 0
  3548. {
  3549. ProcessId, ItemULong
  3550. ApplicationID, ItemGUID
  3551. PartitionID, ItemGUID
  3552. AppInstanceID, ItemGUID
  3553. ComputerName, ItemWChar[256]
  3554. MachineName, ItemWChar[512]
  3555. HResult, ItemLong
  3556. }
  3557. 415FF65E-117D-488b-9A81-C6923E3ED8BE AdmMachineUpdate
  3558. #version 0
  3559. #type Event 0
  3560. {
  3561. ProcessId, ItemULong
  3562. ApplicationID, ItemGUID
  3563. PartitionID, ItemGUID
  3564. AppInstanceID, ItemGUID
  3565. ComputerName, ItemWChar[256]
  3566. MachineName, ItemWChar[512]
  3567. PropertyName, ItemWChar[64]
  3568. NewValue, ItemWChar[1024]
  3569. HResult, ItemLong
  3570. }
  3571. A8BA53C5-3399-447d-B64F-09D50A9DFEAD AdmPermSubscriberAdd
  3572. #version 0
  3573. #type Event 0
  3574. {
  3575. ProcessId, ItemULong
  3576. ApplicationID, ItemGUID
  3577. PartitionID, ItemGUID
  3578. AppInstanceID, ItemGUID
  3579. ComputerName, ItemWChar[256]
  3580. SubscrAppID, ItemGUID
  3581. SubscriptionID, ItemGUID
  3582. ECclsid, ItemGUID
  3583. IID, ItemGUID
  3584. MethodName, ItemWChar[256]
  3585. Enabled, ItemBool
  3586. SubscriberCLSID, ItemGUID
  3587. HResult, ItemLong
  3588. }
  3589. DE05C3C4-ACEE-4fd7-B2C9-9A0764419E9B AdmPermSubscriberDelete
  3590. #version 0
  3591. #type Event 0
  3592. {
  3593. ProcessId, ItemULong
  3594. ApplicationID, ItemGUID
  3595. PartitionID, ItemGUID
  3596. AppInstanceID, ItemGUID
  3597. ComputerName, ItemWChar[256]
  3598. SubscrAppID, ItemGUID
  3599. SubscriptionID, ItemGUID
  3600. HResult, ItemLong
  3601. }
  3602. 5E47D7F3-6A36-4221-8033-5DF1B66B2A3B AdmPermSubscriberUpdate
  3603. #version 0
  3604. #type Event 0
  3605. {
  3606. ProcessId, ItemULong
  3607. ApplicationID, ItemGUID
  3608. PartitionID, ItemGUID
  3609. AppInstanceID, ItemGUID
  3610. ComputerName, ItemWChar[256]
  3611. SubscrAppID, ItemGUID
  3612. SubscriptionID, ItemGUID
  3613. PropertyName, ItemWChar[64]
  3614. NewValue, ItemWChar[1024]
  3615. HResult, ItemLong
  3616. }
  3617. C40DFD24-7B49-48eb-A21F-DB3235D1B4F6 AdmTransSubscriberAdd
  3618. #version 0
  3619. #type Event 0
  3620. {
  3621. ProcessId, ItemULong
  3622. ApplicationID, ItemGUID
  3623. PartitionID, ItemGUID
  3624. AppInstanceID, ItemGUID
  3625. ComputerName, ItemWChar[256]
  3626. SubscriptionID, ItemGUID
  3627. ECclsid, ItemGUID
  3628. IID, ItemGUID
  3629. MethodName, ItemWChar[256]
  3630. Enabled, ItemBool
  3631. HResult, ItemLong
  3632. }
  3633. 1E49DDB6-C883-4cb3-9BC4-1332EDDBAE78 AdmTransSubscriberDelete
  3634. #version 0
  3635. #type Event 0
  3636. {
  3637. ProcessId, ItemULong
  3638. ApplicationID, ItemGUID
  3639. PartitionID, ItemGUID
  3640. AppInstanceID, ItemGUID
  3641. ComputerName, ItemWChar[256]
  3642. SubscriptionID, ItemGUID
  3643. HResult, ItemLong
  3644. }
  3645. 3E6E2249-A249-4f54-A0D7-A97FB6162EFB AdmTransSubscriberUpdate
  3646. #version 0
  3647. #type Event 0
  3648. {
  3649. ProcessId, ItemULong
  3650. ApplicationID, ItemGUID
  3651. PartitionID, ItemGUID
  3652. AppInstanceID, ItemGUID
  3653. ComputerName, ItemWChar[256]
  3654. SubscriptionID, ItemGUID
  3655. PropertyName, ItemWChar[64]
  3656. NewValue, ItemWChar[1024]
  3657. HResult, ItemLong
  3658. }
  3659. 51B057F9-ACB8-4c8d-BE40-E9ED750EF034 AdmPartitionAdd
  3660. #version 0
  3661. #type Event 0
  3662. {
  3663. ProcessId, ItemULong
  3664. ApplicationID, ItemGUID
  3665. PartitionID, ItemGUID
  3666. AppInstanceID, ItemGUID
  3667. ComputerName, ItemWChar[256]
  3668. AddPartitionID, ItemGUID
  3669. PartitionName, ItemWChar[512]
  3670. HResult, ItemLong
  3671. }
  3672. 8566E9C5-F387-4ecf-AA8D-D065B691732C AdmPartitionDelete
  3673. #version 0
  3674. #type Event 0
  3675. {
  3676. ProcessId, ItemULong
  3677. ApplicationID, ItemGUID
  3678. PartitionID, ItemGUID
  3679. AppInstanceID, ItemGUID
  3680. ComputerName, ItemWChar[256]
  3681. DelPartitionID, ItemGUID
  3682. HResult, ItemLong
  3683. }
  3684. 12E58202-E6CD-4e17-B366-5AC3F37C00A8 AdmPartitionSetAdd
  3685. #version 0
  3686. #type Event 0
  3687. {
  3688. ProcessId, ItemULong
  3689. ApplicationID, ItemGUID
  3690. PartitionID, ItemGUID
  3691. AppInstanceID, ItemGUID
  3692. ComputerName, ItemWChar[256]
  3693. AddPartitionSetID, ItemGUID
  3694. PartitionSetName, ItemWChar[512]
  3695. HResult, ItemLong
  3696. }
  3697. D55F48FD-17C6-4b12-AFD7-DEFC834CC488 AdmPartitionSetDelete
  3698. #version 0
  3699. #type Event 0
  3700. {
  3701. ProcessId, ItemULong
  3702. ApplicationID, ItemGUID
  3703. PartitionID, ItemGUID
  3704. AppInstanceID, ItemGUID
  3705. ComputerName, ItemWChar[256]
  3706. DelPartitionSetID, ItemGUID
  3707. HResult, ItemLong
  3708. }
  3709. DC28009B-DA4E-4efa-9F95-205B21469A13 AppActivation2
  3710. #version 0
  3711. #type Event 0
  3712. {
  3713. ProcessId, ItemULong
  3714. ApplicationID, ItemGUID
  3715. PartitionID, ItemGUID
  3716. AppInstanceID, ItemGUID
  3717. ComputerName, ItemWChar[256]
  3718. AppID, ItemGUID
  3719. InstanceID, ItemGUID
  3720. }
  3721. AE10D5F2-31B7-4a27-9B57-7A81E4BCDF4D AppShutdown2
  3722. #version 0
  3723. #type Event 0
  3724. {
  3725. ProcessId, ItemULong
  3726. ApplicationID, ItemGUID
  3727. PartitionID, ItemGUID
  3728. AppInstanceID, ItemGUID
  3729. ComputerName, ItemWChar[256]
  3730. AppID, ItemGUID
  3731. }
  3732. 4B78B80C-494E-45e6-B7A6-BAFE5D7D9FF1 AppForceShutdown2
  3733. #version 0
  3734. #type Event 0
  3735. {
  3736. ProcessId, ItemULong
  3737. ApplicationID, ItemGUID
  3738. PartitionID, ItemGUID
  3739. AppInstanceID, ItemGUID
  3740. ComputerName, ItemWChar[256]
  3741. AppID, ItemGUID
  3742. }
  3743. AB4DF7DB-DB12-4139-8898-BD66C7D776DA AppPaused2
  3744. #version 0
  3745. #type Event 0
  3746. {
  3747. ProcessId, ItemULong
  3748. ApplicationID, ItemGUID
  3749. PartitionID, ItemGUID
  3750. AppInstanceID, ItemGUID
  3751. ComputerName, ItemWChar[256]
  3752. AppID, ItemGUID
  3753. Paused, ItemBool
  3754. }
  3755. 7D4287E8-23B2-41f5-B7FC-817634218A9E AppRecycle2
  3756. #version 0
  3757. #type Event 0
  3758. {
  3759. ProcessId, ItemULong
  3760. ApplicationID, ItemGUID
  3761. PartitionID, ItemGUID
  3762. AppInstanceID, ItemGUID
  3763. ComputerName, ItemWChar[256]
  3764. AppID, ItemGUID
  3765. InstanceID, ItemGUID
  3766. Reason, ItemLong
  3767. }
  3768. E34AA4CB-32C4-4b62-8C05-B4762B217E68 TransactionStart2
  3769. #version 0
  3770. #type Event 0
  3771. {
  3772. ProcessId, ItemULong
  3773. ApplicationID, ItemGUID
  3774. PartitionID, ItemGUID
  3775. AppInstanceID, ItemGUID
  3776. ComputerName, ItemWChar[256]
  3777. TransactionGuid, ItemGUID
  3778. TSID, ItemGUID
  3779. Root, ItemBool
  3780. IsolationLevel, ItemLong
  3781. }
  3782. F509A56C-5CFF-421f-8AA2-08A94323755C TransactionPrepare2
  3783. #version 0
  3784. #type Event 0
  3785. {
  3786. ProcessId, ItemULong
  3787. ApplicationID, ItemGUID
  3788. PartitionID, ItemGUID
  3789. AppInstanceID, ItemGUID
  3790. ComputerName, ItemWChar[256]
  3791. TransactionGuid, ItemGUID
  3792. VoteYes, ItemBool
  3793. }
  3794. C9715D69-6CA8-4da7-9A28-A8E4FDEA5099 TransactionAbort2
  3795. #version 0
  3796. #type Event 0
  3797. {
  3798. ProcessId, ItemULong
  3799. ApplicationID, ItemGUID
  3800. PartitionID, ItemGUID
  3801. AppInstanceID, ItemGUID
  3802. ComputerName, ItemWChar[256]
  3803. TransactionGuid, ItemGUID
  3804. }
  3805. ABB8DCE4-6EAE-4f41-BF53-B70BDA428567 TransactionCommit2
  3806. #version 0
  3807. #type Event 0
  3808. {
  3809. ProcessId, ItemULong
  3810. ApplicationID, ItemGUID
  3811. PartitionID, ItemGUID
  3812. AppInstanceID, ItemGUID
  3813. ComputerName, ItemWChar[256]
  3814. TransactionGuid, ItemGUID
  3815. }
  3816. 25D668F5-15A1-4741-B72F-104C25FCB662 ObjPoolPutObject2
  3817. #version 0
  3818. #type Event 0
  3819. {
  3820. ProcessId, ItemULong
  3821. ApplicationID, ItemGUID
  3822. PartitionID, ItemGUID
  3823. AppInstanceID, ItemGUID
  3824. ComputerName, ItemWChar[256]
  3825. ObjectGuid, ItemGUID
  3826. Reason, ItemLong
  3827. AvailableObjects, ItemULong
  3828. ObjectID, ItemULongLong
  3829. }
  3830. E971B116-854E-420b-926E-AF6088AA07D8 ObjPoolGetObject2
  3831. #version 0
  3832. #type Event 0
  3833. {
  3834. ProcessId, ItemULong
  3835. ApplicationID, ItemGUID
  3836. PartitionID, ItemGUID
  3837. AppInstanceID, ItemGUID
  3838. ComputerName, ItemWChar[256]
  3839. ActivityGuid, ItemGUID
  3840. ObjectGuid, ItemGUID
  3841. AvailableObjects, ItemULong
  3842. ObjectID, ItemULongLong
  3843. ForPartitionID, ItemGUID
  3844. }
  3845. 5BF0E5EE-493F-4808-978D-C8001CAEA1A3 ObjPoolRecycleToTx2
  3846. #version 0
  3847. #type Event 0
  3848. {
  3849. ProcessId, ItemULong
  3850. ApplicationID, ItemGUID
  3851. PartitionID, ItemGUID
  3852. AppInstanceID, ItemGUID
  3853. ComputerName, ItemWChar[256]
  3854. ActivityGuid, ItemGUID
  3855. ObjectGuid, ItemGUID
  3856. TransactionGuid, ItemGUID
  3857. ObjectID, ItemULongLong
  3858. }
  3859. D7454176-0346-40b8-91FE-5923C67CBA42 ObjPoolGetFromTx2
  3860. #version 0
  3861. #type Event 0
  3862. {
  3863. ProcessId, ItemULong
  3864. ApplicationID, ItemGUID
  3865. ComputerName, ItemWChar[256]
  3866. ActivityGuid, ItemGUID
  3867. ObjectGuid, ItemGUID
  3868. TransactionGuid, ItemGUID
  3869. ObjectID, ItemULongLong
  3870. ForPartitionID, ItemGUID
  3871. }
  3872. 8FB0E7B4-97ED-410d-B988-16922032A368 ObjectConstruct2
  3873. #version 0
  3874. #type Event 0
  3875. {
  3876. ProcessId, ItemULong
  3877. ApplicationID, ItemGUID
  3878. PartitionID, ItemGUID
  3879. AppInstanceID, ItemGUID
  3880. ComputerName, ItemWChar[256]
  3881. ObjectGuid, ItemGUID
  3882. ObjectID, ItemULongLong
  3883. ConstructString, ItemWChar[64]
  3884. ForPartitionID, ItemGUID
  3885. }
  3886. 085121E8-A3F7-4fa9-A9C4-07BC2B2C696F CreateInstance2
  3887. #version 0
  3888. #type Event 0
  3889. {
  3890. ProcessId, ItemULong
  3891. ApplicationID, ItemGUID
  3892. PartitionID, ItemGUID
  3893. AppInstanceID, ItemGUID
  3894. ComputerName, ItemWChar[256]
  3895. ActivityGuid, ItemGUID
  3896. CLSID, ItemGUID
  3897. TSID, ItemGUID
  3898. ContextID, ItemULongLong
  3899. ObjectID, ItemULongLong
  3900. ForPartitionID, ItemGUID
  3901. }
  3902. 773BA00D-0EFD-4a57-A309-86D3B4BEB114 DestroyInstance2
  3903. #version 0
  3904. #type Event 0
  3905. {
  3906. ProcessId, ItemULong
  3907. ApplicationID, ItemGUID
  3908. PartitionID, ItemGUID
  3909. AppInstanceID, ItemGUID
  3910. ComputerName, ItemWChar[256]
  3911. ContextID, ItemULongLong
  3912. }
  3913. CE0A98AB-6001-4552-A58E-B88313308A74 MethodCall2
  3914. #version 0
  3915. #type Event 0
  3916. {
  3917. ProcessId, ItemULong
  3918. ApplicationID, ItemGUID
  3919. PartitionID, ItemGUID
  3920. AppInstanceID, ItemGUID
  3921. ComputerName, ItemWChar[256]
  3922. ObjectID, ItemULongLong
  3923. CLSID, ItemGUID
  3924. IID, ItemGUID
  3925. SystemThread, ItemULong
  3926. MethodIndex, ItemULong
  3927. }
  3928. BCD15EFB-C30C-4a51-957F-1D89E984763A MethodReturn2
  3929. #version 0
  3930. #type Event 0
  3931. {
  3932. ProcessId, ItemULong
  3933. ApplicationID, ItemGUID
  3934. PartitionID, ItemGUID
  3935. AppInstanceID, ItemGUID
  3936. ComputerName, ItemWChar[256]
  3937. ObjectID, ItemULongLong
  3938. CLSID, ItemGUID
  3939. IID, ItemGUID
  3940. SystemThread, ItemULong
  3941. MethodIndex, ItemULong
  3942. HResult, ItemLong
  3943. }
  3944. 2A56A5E4-962C-4a78-BEFB-CFCD965F7B34 MethodException2
  3945. #version 0
  3946. #type Event 0
  3947. {
  3948. ProcessId, ItemULong
  3949. ApplicationID, ItemGUID
  3950. PartitionID, ItemGUID
  3951. AppInstanceID, ItemGUID
  3952. ComputerName, ItemWChar[256]
  3953. ObjectID, ItemULongLong
  3954. CLSID, ItemGUID
  3955. IID, ItemGUID
  3956. SystemThread, ItemULong
  3957. MethodIndex, ItemULong
  3958. }
  3959. //******************************************
  3960. // PERFLIB, LoadPerf, and PDH events
  3961. // 51af3adb-28b1-4ba5-b59a-3aeec16deb3c
  3962. // 275a79bb-9980-42ba-bafe-a92ded1192cf
  3963. // 51af3adf-28b1-4ba5-b59a-3aeec16deb3c
  3964. //******************************************
  3965. 51af3adb-28b1-4ba5-b59a-3aeec16deb3c PERFLIB
  3966. {
  3967. FileLine, ItemULong,
  3968. RtnStatus, ItemULongX,
  3969. OptArgs, ItemOptArgs
  3970. }
  3971. 275a79bb-9980-42ba-bafe-a92ded1192cf LoadPerf
  3972. {
  3973. FileLine, ItemULong,
  3974. RtnStatus, ItemULongX,
  3975. OptArgs, ItemOptArgs
  3976. }
  3977. 51af3adf-28b1-4ba5-b59a-3aeec16deb3c PDH-Debug
  3978. {
  3979. FileLine, ItemULong,
  3980. RtnStatus, ItemULongX,
  3981. OptArgs, ItemOptArgs
  3982. }
  3983. //******************************************
  3984. // Exchange Events
  3985. // 2EACCEDF-8648-453e-9250-27F0069F71D2
  3986. //******************************************
  3987. 31F5A811-6EA0-4321-93D9-CDB9A70D50A1 RPC
  3988. #version 0
  3989. #type None 0
  3990. #type Release 1
  3991. #type OpenFolder 2
  3992. #type OpenMessage 3
  3993. #type GetHierarchyTable 4
  3994. #type GetContentsTable 5
  3995. #type CreateMessage 6
  3996. #type GetPropsSpecific 7
  3997. #type GetPropsAll 8
  3998. #type GetPropList 9
  3999. #type SetProps 10
  4000. #type DeleteProps 11
  4001. #type SaveChangesMessage 12
  4002. #type NukeRecipients 13
  4003. #type FlushRecipients 14
  4004. #type ReadRecipients 15
  4005. #type ReloadCachedInfo 16
  4006. #type SetReadFlag 17
  4007. #type SetColumns 18
  4008. #type SortTable 19
  4009. #type Restrict 20
  4010. #type QueryRows 21
  4011. #type GetStatus 22
  4012. #type QueryPosition 23
  4013. #type SeekRow 24
  4014. #type SeekRowBookmark 25
  4015. #type SeekRowApprox 26
  4016. #type CreateBookmark 27
  4017. #type CreateFolder 28
  4018. #type DeleteFolder 29
  4019. #type DeleteMessages 30
  4020. #type GetMessageStatus 31
  4021. #type SetMessageStatus 32
  4022. #type GetAttachmentTable 33
  4023. #type OpenAttach 34
  4024. #type CreateAttach 35
  4025. #type DeleteAttach 36
  4026. #type SaveChangesAttach 37
  4027. #type SetReceiveFolder 38
  4028. #type GetReceiveFolder 39
  4029. #type SpoolerRules 40
  4030. #type RegisterNotification 41
  4031. #type Notify 42
  4032. #type OpenStream 43
  4033. #type ReadStream 44
  4034. #type WriteStream 45
  4035. #type SeekStream 46
  4036. #type SetSizeStream 47
  4037. #type SetSearchCriteria 48
  4038. #type GetSearchCriteria 49
  4039. #type SubmitMessage 50
  4040. #type MoveCopyMessages 51
  4041. #type AbortSubmit 52
  4042. #type MoveFolder 53
  4043. #type CopyFolder 54
  4044. #type QueryColumnsAll 55
  4045. #type Abort 56
  4046. #type CopyTo 57
  4047. #type CopyToStream 58
  4048. #type CloneStream 59
  4049. #type RegisterTableNotification 60
  4050. #type DeregisterTableNotification 61
  4051. #type GetACLTable 62
  4052. #type GetRulesTable 63
  4053. #type ModifyACL 64
  4054. #type ModifyRules 65
  4055. #type GetOwningMDBs 66
  4056. #type LtidFromId 67
  4057. #type IdFromLtid 68
  4058. #type FGhosted 69
  4059. #type OpenMessageProp 70
  4060. #type SetSpooler 71
  4061. #type SpoolerLockMsg 72
  4062. #type AddressTypes 73
  4063. #type TransportSend 74
  4064. #type FXSrcCopyMessages 75
  4065. #type FXSrcCopyFolder 76
  4066. #type FXSrcCopyTo 77
  4067. #type FXSrcGetBuffer 78
  4068. #type FindRow 79
  4069. #type Progress 80
  4070. #type XportNewMail 81
  4071. #type ValidAttachs 82
  4072. #type FXDstCopyConfig 83
  4073. #type FXDstPutBuffer 84
  4074. #type GetNamesFromIDs 85
  4075. #type GetIDsFromNames 86
  4076. #type UpdateDAMs 87
  4077. #type EmptyFolder 88
  4078. #type ExpandRow 89
  4079. #type CollapseRow 90
  4080. #type LockRegionStream 91
  4081. #type UnlockRegionStream 92
  4082. #type CommitStream 93
  4083. #type GetStreamSize 94
  4084. #type QryNamedProps 95
  4085. #type GetPerUserLtids 96
  4086. #type GetPerUserGuid 97
  4087. #type FlushPerUser 98
  4088. #type GetPerUser 99
  4089. #type SetPerUser 100
  4090. #type CacheCcnRead 101
  4091. #type SetReadFlags 102
  4092. #type CopyProps 103
  4093. #type GetReceiveFolderTable 104
  4094. #type FXSrcCopyProps 105
  4095. #type FXDstCopyProps 106
  4096. #type GetCollapseState 107
  4097. #type SetCollapseState 108
  4098. #type SetXport 109
  4099. #type Pending 110
  4100. #type OptionsData 111
  4101. #type IncrCfg 112
  4102. #type IncrState 113
  4103. #type ImportMsgChange 114
  4104. #type ImportHierChange 115
  4105. #type ImportDelete 116
  4106. #type UpldStStrmBegin 117
  4107. #type UpldStStrmContinue 118
  4108. #type UpldStStrmEnd 119
  4109. #type ImportMsgMove 120
  4110. #type SetPropsNoReplicate 121
  4111. #type DeletePropsNoReplicate 122
  4112. #type GetStoreState 123
  4113. #type GetRights 124
  4114. #type GetAllPerUserLtids 125
  4115. #type OpenCollect 126
  4116. #type GetLrepIds 127
  4117. #type ImportReads 128
  4118. #type ResetTable 129
  4119. #type FXGetIncrState 130
  4120. #type OpenAdvisor 131
  4121. #type RegICSNotifs 132
  4122. #type OpenCStream 133
  4123. #type TellVersion 134
  4124. #type OpenFolderByName 135
  4125. #type SetICSNotifGUID 136
  4126. #type FreeBookmark 137
  4127. #type DeleteFolderByName 138
  4128. #type ConfigNntpNewsfeed 139
  4129. #type CheckMsgIds 140
  4130. #type BeginNntpArticle 141
  4131. #type WriteNntpArticle 142
  4132. #type SaveNntpArticle 143
  4133. #type WriteCommitStream 144
  4134. #type HardDeleteMessages 145
  4135. #type HardEmptyFolder 146
  4136. #type SetLocalRepMidsetDeleted 147
  4137. #type End 200
  4138. #type BookmarkReturned 251
  4139. #type FidReturned 252
  4140. #type HsotReturned 253
  4141. #type Logon 254
  4142. #type BufferTooSmall 255
  4143. BBED5A34-6447-47c3-864A-6ED959545973 TaskQ
  4144. #version 0
  4145. #type Start 1
  4146. #type End 2
  4147. #type Dequeue 7
  4148. AC0D888F-D1B2-45c1-8CC9-2269FDD0DAA5 EIF
  4149. #version 0
  4150. #type Start 1
  4151. {
  4152. HSOT, ItemULong
  4153. UserName, ItemWString
  4154. Function, ItemString
  4155. }
  4156. #type End 2
  4157. {
  4158. Error Code, ItemULongX
  4159. }
  4160. #type LogonStart 10
  4161. {
  4162. Guid 1, ItemULongLongX
  4163. Guid 2, ItemULongLongX
  4164. }
  4165. #type LogonEnd 11
  4166. {
  4167. HSOT, ItemULong
  4168. UserName, ItemWString
  4169. Error Code, ItemULongX
  4170. }
  4171. #type DoConnect 12
  4172. {
  4173. Guid1, ItemULongX
  4174. Guid2, ItemULongX
  4175. Guid3, ItemULongX
  4176. Guid4, ItemULongX
  4177. }
  4178. #type OpenFdrStart 14
  4179. {
  4180. HSOT, ItemULong
  4181. UserName, ItemWString
  4182. Function, ItemString
  4183. }
  4184. #type OpenFdrEnd 15
  4185. {
  4186. Error Code, ItemULongX
  4187. HSOT, ItemULong
  4188. }
  4189. #type OpenURL 16
  4190. {
  4191. HSOT, ItemULong
  4192. UserName, ItemWString
  4193. Function, ItemString
  4194. URL, ItemWString
  4195. }
  4196. //******************************************
  4197. // PDH counter logfile events
  4198. // 933f3bb3-943e-490d-9ced-3cbb14c14479
  4199. //******************************************
  4200. 933f3bb3-943e-490d-9ced-3cbb14c14479 PDH
  4201. #type Header 32
  4202. #type DataBlock 34
  4203. #type Catalog 35
  4204. #type Perflib 36
  4205. {
  4206. LogFileGuid, ItemGUID
  4207. BlockID, ItemULong
  4208. BlockCount, ItemULong
  4209. }
  4210. //******************************************
  4211. // BROWSER Events
  4212. // Control guid is 5576F62E-4142-45a8-9516-262A510C13F0
  4213. //******************************************
  4214. 2B992163-736F-4a68-9153-95BC5F34D884 Browse
  4215. #type UserInputReturn 10
  4216. #type UserInputBack 11
  4217. #type UserInputLButtonUp 12
  4218. #type UserInputPageDown 13
  4219. #type UserInputPageUp 14
  4220. #type StartFrame 16
  4221. {
  4222. }
  4223. #type LoadedParsed 18
  4224. #type LayoutExec 19
  4225. #type LayoutBackground 20
  4226. #type Paint 21
  4227. #type Address 22
  4228. {
  4229. Url, ItemWString
  4230. }
  4231. //******************************************
  4232. // Heap Events
  4233. // Control guid is 222962ab-6180-4b88-a825-346b75f2a24a
  4234. //******************************************
  4235. 222962ab-6180-4b88-a825-346b75f2a24a Heap
  4236. #type Create 32
  4237. {
  4238. HeapHandle,ItemPtr
  4239. Flags,ItemULong
  4240. }
  4241. #type Alloc 33
  4242. {
  4243. HeapHandle,ItemPtr
  4244. Size, ItemSizeT
  4245. Address, ItemPtr
  4246. Source, ItemULong
  4247. }
  4248. #type ReAlloc 34
  4249. {
  4250. HeapHandle, ItemPtr
  4251. NewAddress, ItemPtr
  4252. OldAddress, ItemPtr
  4253. NewSize, ItemSizeT
  4254. OldSize, ItemSizeT
  4255. Source, ItemULong
  4256. }
  4257. #type Destroy 35
  4258. {
  4259. HeapHandle,ItemPtr
  4260. }
  4261. #type Free 36
  4262. {
  4263. HeapHandle, ItemPtr
  4264. Address, ItemPtr
  4265. Source, ItemULong
  4266. }
  4267. #type Expand 37
  4268. {
  4269. HeapHandle, ItemPtr
  4270. CommittedSize, ItemSizeT
  4271. Address, ItemPtr
  4272. FreeSpace, ItemSizeT
  4273. CommittedSpace, ItemSizeT
  4274. ReservedSpace, ItemSizeT
  4275. NoOfUCRs, ItemULong
  4276. }
  4277. #type SnapShot 38
  4278. {
  4279. HeapHandle, ItemPtr
  4280. Flags, ItemULong
  4281. FreeSpace, ItemSizeT
  4282. CommittedSpace, ItemSizeT
  4283. ReservedSpace, ItemSizeT
  4284. }
  4285. #type Contract 42
  4286. {
  4287. HeapHandle, ItemPtr
  4288. DeCommitSize, ItemSizeT
  4289. DeCommitAddress, ItemPtr
  4290. FreeSpace, ItemSizeT
  4291. CommittedSpace, ItemSizeT
  4292. ReservedSpace, ItemSizeT
  4293. NoOfUCRs, ItemULong
  4294. }
  4295. #type Lock 43
  4296. {
  4297. HeapHandle,ItemPtr
  4298. }
  4299. #type Unlock 44
  4300. {
  4301. HeapHandle,ItemPtr
  4302. }
  4303. #type Validate 45
  4304. {
  4305. HeapHandle,ItemPtr
  4306. }
  4307. #type Walk 46
  4308. {
  4309. HeapHandle,ItemPtr
  4310. }
  4311. //******************************************
  4312. // Critical Section Events
  4313. // Control guid is 3AC66736-CC59-4cff-8115-8DF50E39816B
  4314. //******************************************
  4315. 3AC66736-CC59-4cff-8115-8DF50E39816B CriticalSection
  4316. #type Collision 34
  4317. {
  4318. LockCount,ItemULong
  4319. SpinCount,ItemPtr
  4320. OwningThread,ItemPtr
  4321. Address,ItemPtr
  4322. }
  4323. #type Initialize 35
  4324. {
  4325. SpinCount,ItemPtr
  4326. Address,ItemPtr
  4327. }
  4328. //******************************************
  4329. // IIS Universal Listener Events
  4330. // Control guid is dd5ef90a-6398-47a4-ad34-4dcecdef795f
  4331. //******************************************
  4332. 3c419e3d-1d18-415b-a91a-9b558938de4b HttpRequest
  4333. #type Start 1
  4334. {
  4335. RequestObj, ItemPtr
  4336. AddressType, ItemTDIAddr
  4337. RemoteAddress, ItemUnknown
  4338. }
  4339. #type Parse 10
  4340. {
  4341. RequestObj, ItemPtr
  4342. HttpVerb, ItemULong
  4343. Url, ItemWString
  4344. }
  4345. #type Deliver 11
  4346. {
  4347. RequestObj, ItemPtr
  4348. RequestId, ItemULongLong
  4349. SiteId, ItemULong
  4350. AppPoolName, ItemWString
  4351. Url, ItemWString
  4352. }
  4353. #type End 2
  4354. #type RecvResp 12
  4355. #type RecvBody 13
  4356. #type CacheAndSend 15
  4357. #type FastResp 16
  4358. #type FastSend 17
  4359. #type ZeroSend 18
  4360. #type SendError 19
  4361. {
  4362. RequestId, ItemULongLong
  4363. HttpStatus, ItemUShort
  4364. }
  4365. #type CachedEnd 14
  4366. {
  4367. RequestObj, ItemPtr
  4368. SiteId, ItemULong
  4369. BytesSent, ItemULong
  4370. }
  4371. //******************************************
  4372. // IIS6 W3Core.dll Events
  4373. // Control guid is 3a2a4e84-4c21-4981-ae10-3fda0d9b0f83
  4374. //******************************************
  4375. d42cf7ef-de92-473e-8b6c-621ea663113a W3Server
  4376. #type Start 1
  4377. {
  4378. RequestId, ItemULongLong
  4379. BytesRecd, ItemULong
  4380. }
  4381. #type End 2
  4382. #type SendBody 16
  4383. #type SendResp 17
  4384. #type SendEntity 18
  4385. #type SendFilter 19
  4386. #type ErrSend 20
  4387. #type ErrSendEnt 21
  4388. #type ErrSendCtx 22
  4389. #type ErrVecSend 23
  4390. #type VectorSend 24
  4391. {
  4392. RequestId, ItemULongLong
  4393. BytesSent, ItemULong
  4394. }
  4395. #type FileReq 10
  4396. {
  4397. RequestId, ItemULongLong
  4398. FileName, ItemWString
  4399. }
  4400. #type CGIReq 11
  4401. #type ISAPIReq 12
  4402. {
  4403. RequestId, ItemULongLong
  4404. }
  4405. #type OOPReq 13
  4406. {
  4407. RequestId, ItemULongLong
  4408. ProcessId, ItemULong
  4409. TotalReq, ItemULong
  4410. CurrentReq, ItemULong
  4411. }
  4412. 00237f0d-73eb-4bcf-a232-126693595847 W3Filter
  4413. #type Start 1
  4414. {
  4415. RequestId, ItemULongLong
  4416. FilterName, ItemWString
  4417. }
  4418. #type End 2
  4419. {
  4420. RequestId, ItemULongLong
  4421. }
  4422. e2e55403-0d2e-4609-a470-be0da04013c0 W3Cgi
  4423. #type Start 1
  4424. #type End 2
  4425. {
  4426. RequestId, ItemULongLong
  4427. }
  4428. //******************************************
  4429. // IIS6 W3Isapi.dll Events
  4430. // Control guid is a1c2040e-8840-4c31-ba11-9871031a19ea
  4431. //******************************************
  4432. 2e94e6c7-eda0-4b73-9010-2529edce1c27 W3Isapi
  4433. #type Start 1
  4434. {
  4435. RequestId, ItemULongLong
  4436. connID, ItemPtr
  4437. fOop, ItemULong
  4438. }
  4439. #type End 2
  4440. #type SendHdr 10
  4441. #type SendHdrEx 11
  4442. #type VectorSend 12
  4443. #type ErrorSend 13
  4444. #type SsfSend 14
  4445. #type SsdError 15
  4446. {
  4447. RequestId, ItemULongLong
  4448. connID, ItemPtr
  4449. }
  4450. //******************************************
  4451. // IIS6 strmfil.dll Events
  4452. // Control guid is 1fbecc45-c060-4e7c-8a0e-0dbd6116181b
  4453. //******************************************
  4454. 0ecf983b-7115-4b77-a543-95d138ee4400 StrmFilt
  4455. #type Start 1
  4456. #type End 2
  4457. {
  4458. }
  4459. d353dc2d-3e55-4b88-a4ac-183c368362a3 SslHandShake
  4460. #type Start 1
  4461. #type End 2
  4462. {
  4463. }
  4464. //******************************************
  4465. // Active Server Pages (ASP) Events
  4466. // Control guid is 06b94d9a-b15e-456e-a4ef-37c984a2cb4b
  4467. //******************************************
  4468. 1fc299fa-3fc4-4c37-910d-de5b911d0270 AspReq
  4469. #type Start 1
  4470. #type End 2
  4471. {
  4472. ConnID, ItemPtr
  4473. }
  4474. //******************************************
  4475. // ASP.NET Events
  4476. // Control guid is aff081fe-0247-4275-9c4e-021f3dc1da35
  4477. //******************************************
  4478. 06a01367-79d3-4594-8eb3-c721603c4679 AspNetReq
  4479. #type Start 1
  4480. #type End 2
  4481. {
  4482. ConnID, ItemPtr
  4483. }
  4484. //******************************************
  4485. // Custom ISAPI extension Events
  4486. //******************************************
  4487. 71bda656-663c-4eae-977a-a749f1fa0fcd CustomIsapiExt
  4488. #type Start 1
  4489. #type End 2
  4490. {
  4491. ConnID, ItemPtr
  4492. }