Changeset 276 for trunk/DirectShowSpy/Common.h
- Timestamp:
- Feb 18, 2014, 7:55:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy/Common.h
r267 r276 1 1 //////////////////////////////////////////////////////////// 2 2 // Copyright (C) Roman Ryltsov, 2008-2014 3 // Created by Roman Ryltsov roman@alax.info 3 // Created by Roman Ryltsov roman@alax.info, http://alax.info 4 4 // 5 5 // This source code is published to complement DirectShowSpy developer powertoy 6 6 // and demonstrate the internal use of APIs and tricks powering the tool. It is 7 // allowed to freely re-use the portions of the code in other projects, commercial or otherwise8 // (provided that you dont pretend that you wrote the original tool).7 // allowed to freely re-use the portions of the code in other projects, commercial 8 // or otherwise (provided that you dont pretend that you wrote the original tool). 9 9 // 10 10 // Please keep in mind that DirectShowSpy is a developer tool, it is strongly recommended 11 // that it is not shipped with release grade software. The advise applies to hooking methods 12 // used by DirectShowSpy in general as well. 11 // that it is not shipped with release grade software. It is allowed to distribute 12 // DirectShowSpy if only it is not registered with Windows by default and either 13 // used privately, or registered on specific throubleshooting request. The advice applies 14 // to hooking methods used by DirectShowSpy in general as well. 13 15 14 16 #pragma once
Note: See TracChangeset
for help on using the changeset viewer.