?? o_password_prompt.h
字號:
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_password_prompt.h $
*
* Description:
* ============
* Project definition of the MSO_PASSWORD_PROMPT
*
****************************************************************************************/
#ifndef __O_PASSWORD_PROMPT_H__
#define __O_PASSWORD_PROMPT_H__
#include "Components\Password\o_password_prompt_defs.h"
extern CONST MS_DESCRIPTOR_PASSWORD_PROMPT oPasswordPromptDescriptor;
extern CONST MS_DESCRIPTOR_PASSWORD_PROMPT oPasswordSetPromptDescriptor;
/***************************************************************************************
* Function : OPASSWORD_PROMPT_OpenAtPos
*
* In : pParent = Pointer of the parent container.
*
* bSetPassword = TRUE if the Set Password prompt component needs to be opened.
*
* bForDVDPlayback = TRUE if, for DVD playback.
*
* wStartX = X position of the component. The default position (specified in the
* descriptor) is used in case this parameter is set to DEFAULT_POSITION.
*
* wStartY = Y position of the component.The default position (specified in the
* descriptor) is used in case this parameter is set to DEFAULT_POSITION.
*
* Out : None.
*
* Return : None.
*
* Desc : Display the Password component at the specified location.
****************************************************************************************/
void OPASSWORD_PROMPT_OpenAtPos(MSO_CONTAINER __NEAR* pParent, BOOL bSetPassword,
PASSWD_TYPE ePasswdType, UINT16 wStartX, UINT16 wStartY);
/***************************************************************************************
* Function : OPASSWORD_PROMPT_IsPasswordCorrect
*
* In : None.
*
* Out : None.
*
* Return : TRUE if the user entered password is correct otherwise returns FALSE.
*
* Desc : Verifies user entered password.
****************************************************************************************/
extern BOOL OPASSWORD_PROMPT_IsPasswordCorrect(void);
/***************************************************************************************
* Function : OPASSWORD_PROMPT_ResetUserInput
*
* In : None.
*
* Out : None.
*
* Return : None.
*
* Desc : Resets user entered password.
****************************************************************************************/
extern void OPASSWORD_PROMPT_ResetUserInput(void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -