Esempio n. 1
0
File: stub.c Progetto: 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;
}
Esempio n. 2
0
File: stub.c Progetto: GYGit/reactos
BOOL WINAPI SetColorProfileElementSize( HPROFILE profile, TAGTYPE type, DWORD size )
{
    FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, size );

    return FALSE;
}
Esempio n. 3
0
File: stub.c Progetto: GYGit/reactos
BOOL WINAPI SetStandardColorSpaceProfileW( PCWSTR machine, DWORD id, PWSTR profile )
{
    FIXME( "( 0x%08x, %p ) stub\n", id, profile );
    return TRUE;
}
Esempio n. 4
0
File: stub.c Progetto: GYGit/reactos
BOOL WINAPI SelectCMM( DWORD id )
{
    FIXME( "(%s) stub\n", dbgstr_tag(id) );

    return TRUE;
}
Esempio n. 5
0
File: stub.c Progetto: GYGit/reactos
BOOL WINAPI SetColorProfileElementReference( HPROFILE profile, TAGTYPE type, TAGTYPE ref )
{
    FIXME( "( %p, 0x%08x, 0x%08x ) stub\n", profile, type, ref );

    return TRUE;
}
Esempio n. 6
0
File: stub.c Progetto: GYGit/reactos
BOOL WINAPI RegisterCMMW( PCWSTR machine, DWORD id, PCWSTR dll )
{
    FIXME( "( %p, %s, %p ) stub\n", machine, dbgstr_tag(id), dll );

    return TRUE;
}
Esempio n. 7
0
File: stub.c Progetto: 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;
}
Esempio n. 8
0
File: stub.c Progetto: GYGit/reactos
BOOL WINAPI GetNamedProfileInfo( HPROFILE profile, PNAMED_PROFILE_INFO info )
{
    FIXME( "( %p, %p ) stub\n", profile, info );

    return FALSE;
}
Esempio n. 9
0
File: stub.c Progetto: GYGit/reactos
DWORD WINAPI GetCMMInfo( HTRANSFORM transform, DWORD info )
{
    FIXME( "( %p, 0x%08x ) stub\n", transform, info );

    return 0;
}
Esempio n. 10
0
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;
}