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

30 lines
377 B

4 years ago
  1. return-type
  2. procedure-name(
  3. direction type-name argument-name,
  4. direction type-name argument-name...
  5. )
  6. /*++
  7. Routine Description:
  8. description-of-function.
  9. Arguments:
  10. argument-name - Supplies | Returns description of argument.
  11. .
  12. .
  13. Return Value:
  14. return-value - Description of conditions needed to return value. - or -
  15. None.
  16. --*/
  17. {
  18. }