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

📄 sysfunc.c

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 C
字号:
/* $Id: sysfunc.c 21873 2006-05-10 08:41:27Z greatlrd $
 *
 * COPYRIGHT:       See COPYING in the top level directory
 * PROJECT:         ReactOS system libraries
 * FILE:            lib/advapi32/misc/sysfun.c
 * PURPOSE:         advapi32.dll system functions (undocumented)
 * PROGRAMMER:      Emanuele Aliberti
 * UPDATE HISTORY:
 *	19990413 EA	created
 *	19990415 EA
 */

#include <advapi32.h>

/**********************************************************************
 *	SystemFunction001
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction001(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 1;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction002(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 2;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction003(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 3;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction004(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 4;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction005(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 5;
}

/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction007(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 7;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction008(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 8;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction009(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 9;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction010(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 10;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction011(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 11;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction012(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 12;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction013(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 13;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction014(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 14;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction015(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 15;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction016(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 16;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction017(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 17;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction018(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 18;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction019(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 19;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction020(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 20;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction021(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 21;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction022(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 22;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction023(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 23;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction024(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 24;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction025(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 25;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction026(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 26;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction027(INT a, INT b, INT c)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 27;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction028(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 28;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction029(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 29;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction030(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 30;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction031(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 31;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction032(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 32;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction033(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 33;
}

/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction034(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 34;
}


/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction035(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 35;
}

/**********************************************************************
 *
 * @unimplemented
 */
INT
STDCALL
SystemFunction036(INT a, INT b)
{
	SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
	return 36;
}

/* EOF */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -