| 1060 | _Success_(return != FALSE) |
| 1061 | BOOL |
| 1062 | WINAPI |
| 1063 | SK_AvSetMmThreadPriority ( |
| 1064 | _In_ HANDLE AvrtHandle, |
| 1065 | _In_ AVRT_PRIORITY Priority ) |
| 1066 | { |
| 1067 | SK_AVRT_Init (); |
| 1068 | |
| 1069 | return |
| 1070 | _AvSetMmThreadPriority (AvrtHandle, Priority); |
| 1071 | } |
| 1072 | |
| 1073 | _Success_(return != FALSE) |
| 1074 | BOOL |
no test coverage detected