| sas.h (6.1.7600.16385-Windows_7.0) | | sas.h (6.3.9600.17415-Windows_8.1) |
| | |
| skipping to change at line 20 | | skipping to change at line 20 |
| | |
| This header defines SendSAS(). | | This header defines SendSAS(). |
| | |
| Author: | | Author: |
| | |
| felixk 3/8/2009 | | felixk 3/8/2009 |
| | |
| --*/ | | --*/ |
| | |
| #pragma once | | #pragma once |
|
| | #include <winapifamily.h> |
| | |
| | #pragma region Desktop Family |
| | #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| { | | { |
| #endif | | #endif |
| | |
| VOID | | VOID |
| WINAPI | | WINAPI |
| SendSAS( | | SendSAS( |
|
| __in BOOL AsUser ); | | _In_ BOOL AsUser ); |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif | | #endif |
|
| | |
| | #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ |
| | #pragma endregion |
| | |
| End of changes. 3 change blocks. |
| 1 lines changed or deleted | | 5 lines changed or added |
|