📄 supsvc.h
字号:
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed this sample source code. If
// you did not accept the terms of the license agreement, you are not
// authorized to use this sample source code. For the terms of the license,
// please see the license agreement between you and Microsoft or, if applicable,
// see the LICENSE.RTF on your install media or the root of your tools installation.
// THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
//
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Module Name:
supsvc.h
Abstract:
Notes:
--*/
#pragma once
#define SUPSVC_CMDBUF_LENGTH (MAX_PATH + MAXLENGTH_ADDRESS)
#define SUPSVC_ALLOC_NUMBER 16
//
// Information classes
//
extern const DWORD g_rgdwInfoClasses[];
extern const size_t fInfoClassesEcount;
#define NUM_INFOCLASSES (fInfoClassesEcount)
HRESULT RILDrv_GetCallerIdSettings(DWORD dwParam);
HRESULT RILDrv_SetCallerIdStatus(DWORD dwParam, DWORD dwStatus);
HRESULT RILDrv_GetHideIdSettings(DWORD dwParam);
HRESULT RILDrv_SetHideIdStatus(DWORD dwParam, DWORD dwStatus);
HRESULT RILDrv_GetDialedIdSettings(DWORD dwParam);
HRESULT RILDrv_SetDialedIdStatus(DWORD dwParam, DWORD dwStatus);
HRESULT RILDrv_GetClosedGroupSettings(DWORD dwParam);
HRESULT RILDrv_SetClosedGroupSettings(DWORD dwParam, const RILCLOSEDGROUPSETTINGS* lpSettings);
HRESULT RILDrv_GetCallForwardingSettings(DWORD dwParam, DWORD dwReason, DWORD dwInfoClasses);
HRESULT RILDrv_AddCallForwarding(DWORD dwParam, DWORD dwReason, const RILCALLFORWARDINGSETTINGS* lpSettings);
HRESULT RILDrv_RemoveCallForwarding(DWORD dwParam, DWORD dwReason, DWORD dwInfoClasses);
HRESULT RILDrv_SetCallForwardingStatus(DWORD dwParam, DWORD dwReason, DWORD dwInfoClasses, DWORD dwStatus);
HRESULT RILDrv_GetCallWaitingSettings(DWORD dwParam, DWORD dwInfoClasses);
HRESULT RILDrv_SetCallWaitingStatus(DWORD dwParam, DWORD dwInfoClasses, DWORD dwStatus);
HRESULT RILDrv_SendSupServiceData(DWORD dwParam, LPCWSTR pwszData, DWORD dwSize);
HRESULT RILDrv_CancelSupServiceDataSession(DWORD dwParam);
HRESULT RILDrv_GetHideConnectedIdSettings(DWORD dwParam) ;
HRESULT RILDrv_SetHideConnectedIdStatus(DWORD, DWORD);
HRESULT RILDrv_SendSecureMmiString(DWORD dwParam, LPCSTR lpbData, DWORD dwSize);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -