Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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