示例#1
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI SpoolerCopyFileEvent( LPWSTR printer, LPWSTR key, DWORD event )
{
    FIXME( "( %s, %s, 0x%08x ) stub\n", debugstr_w(printer), debugstr_w(key), event );
    return TRUE;
}
示例#2
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI SetColorProfileElementSize( HPROFILE profile, TAGTYPE type, DWORD size )
{
    FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, size );

    return FALSE;
}
示例#3
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI SetStandardColorSpaceProfileW( PCWSTR machine, DWORD id, PWSTR profile )
{
    FIXME( "( 0x%08x, %p ) stub\n", id, profile );
    return TRUE;
}
示例#4
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI SelectCMM( DWORD id )
{
    FIXME( "(%s) stub\n", dbgstr_tag(id) );

    return TRUE;
}
示例#5
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI SetColorProfileElementReference( HPROFILE profile, TAGTYPE type, TAGTYPE ref )
{
    FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, ref );

    return TRUE;
}
示例#6
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI RegisterCMMW( PCWSTR machine, DWORD id, PCWSTR dll )
{
    FIXME( "( %p, %s, %p ) stub\n", machine, dbgstr_tag(id), dll );

    return TRUE;
}
示例#7
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI GetPS2ColorRenderingIntent( HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size )
{
    FIXME( "( %p, 0x%08x, %p, %p ) stub\n", profile, intent, buffer, size );

    return FALSE;
}
示例#8
0
文件: stub.c 项目: GYGit/reactos
BOOL WINAPI GetNamedProfileInfo( HPROFILE profile, PNAMED_PROFILE_INFO info )
{
    FIXME( "( %p, %p ) stub\n", profile, info );

    return FALSE;
}
示例#9
0
文件: stub.c 项目: GYGit/reactos
DWORD WINAPI GetCMMInfo( HTRANSFORM transform, DWORD info )
{
    FIXME( "( %p, 0x%08x ) stub\n", transform, info );

    return 0;
}
示例#10
0
文件: global.c 项目: GeonHun/wine
static HRESULT JSGlobal_Enumerator(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv,
        jsval_t *r)
{
    FIXME("\n");
    return E_NOTIMPL;
}