repo.or.cz
/
xy_vsfilter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support unrar64.dll
[xy_vsfilter.git]
/
include
/
realmedia
/
pxresult.h
blob
9bbf6169567231006ae0003db3b5211830cfce42
1
#ifndef _PXRESULT_H
2
#define _PXRESULT_H
3
4
#define PNR_UNKNOWN_IMAGE MAKE_PN_RESULT(1,SS_RPX,0)
5
#define PNR_UNKNOWN_EFFECT MAKE_PN_RESULT(1,SS_RPX,1)
6
#define PNR_SENDIMAGE_ABORTED MAKE_PN_RESULT(0,SS_RPX,2)
7
#define PNR_SENDEFFECT_ABORTED MAKE_PN_RESULT(0,SS_RPX,3)
8
9
#endif