⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 o_password_prompt.h

📁 Zoran V966 DVD 解码 Soc芯片的源程序
💻 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 + -