Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
620 B

  1. frssup.lib is built to prevent duplication of code. The functions in frssup.lib are prefixed by FrsSup and are used by ntfrsapi and other frs tools.
  2. Currently the service has a copy of these functions. They should be shared in the future. They are not shared right now due to the following issues.
  3. 1] Some of the functions in the service have DPRINT which do not make sense for ntfrsapi and other tools.
  4. 2] Service has special memory allocator functions that are traced. These functions can not be called from other tools.
  5. 3] Some of the functions check values of FRS registry parameters (e.g. debug flags).