ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
NTSTATUS NTAPI | DrmAddContentHandlers (IN ULONG ContentId, IN PVOID *paHandlers, IN ULONG NumHandlers) |
NTSTATUS NTAPI | DrmCreateContentMixed (IN PULONG paContentId, IN ULONG cContentId, OUT PULONG pMixedContentId) |
NTSTATUS NTAPI | DrmDestroyContent (IN ULONG ContentId) |
NTSTATUS NTAPI | DrmForwardContentToDeviceObject (IN ULONG ContentId, IN PVOID Reserved, IN PCDRMFORWARD DrmForward) |
NTSTATUS NTAPI | DrmForwardContentToFileObject (IN ULONG ContentId, IN PFILE_OBJECT FileObject) |
NTSTATUS NTAPI | DrmForwardContentToInterface (IN ULONG ContentId, IN PUNKNOWN pUnknown, IN ULONG NumMethods) |
NTSTATUS NTAPI | DrmGetContentRights (IN ULONG ContentId, OUT PDRMRIGHTS DrmRights) |
NTSTATUS NTAPI DrmAddContentHandlers | ( | IN ULONG | ContentId, |
IN PVOID * | paHandlers, | ||
IN ULONG | NumHandlers | ||
) |
Definition at line 29 of file stubs.cpp.
Referenced by PcAddContentHandlers().
NTSTATUS NTAPI DrmCreateContentMixed | ( | IN PULONG | paContentId, |
IN ULONG | cContentId, | ||
OUT PULONG | pMixedContentId | ||
) |
Definition at line 47 of file stubs.cpp.
Referenced by PcCreateContentMixed().
Definition at line 64 of file stubs.cpp.
Referenced by PcDestroyContent().
NTSTATUS NTAPI DrmForwardContentToDeviceObject | ( | IN ULONG | ContentId, |
IN PVOID | Reserved, | ||
IN PCDRMFORWARD | DrmForward | ||
) |
Definition at line 80 of file stubs.cpp.
Referenced by PcForwardContentToDeviceObject().
Definition at line 99 of file stubs.cpp.
Referenced by PcForwardContentToFileObject().
NTSTATUS NTAPI DrmForwardContentToInterface | ( | IN ULONG | ContentId, |
IN PUNKNOWN | pUnknown, | ||
IN ULONG | NumMethods | ||
) |
Definition at line 116 of file stubs.cpp.
Referenced by PcForwardContentToInterface().
Definition at line 133 of file stubs.cpp.
Referenced by PcGetContentRights().