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

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

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

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

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

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

    return 0;
}
Exemplo 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;
}