undocumented

If it is a hack or I am doing right? ( Custom UIAlertView )

Hi all, I have asked a similar question here and got some answers, so first of all sorry for making you people bother once again. But I have an argument this time. First I will show my piece of code - (void) showTheAlert{ UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Hey!" message:@"?" delegate:self cancelButtonTitle:n...

Is anyone familiar with the undocumented ObReferenceObjectByName windows kernel function?

I read a very fascinating article that was about programming drivers using the wdk, and one of the functions it used is called ObReferenceObjectByName. This function has given me lots of headaches. The first bad thing is that it's not documented by microsoft. The second thing, is that the language used in the article was C++, and I wa...

Actionscript: Why is drawRoundRectComplex() not documented?

in studying actionscript 3's graphics class, i've come across the undocumented drawRoundRectComplex() method. it's a variant of drawRoundRect() but with 8 parameters, the final four being the diameter of each corner (x, y, width, height, top left, top right, bottom left, bottom right). //example var sp:Sprite = new Sprite(); sp.graphic...

Qt undocumented method setSharable

I stumbled about a method which seems to be present in all DataObjects like QList, QQueue, QHash... I even investigated so far i can see the source code of it, which is inline void setSharable(bool sharable) { if (!sharable) detach(); d->sharable = sharable; } in qlist.h (lines 117) but what effect does it have on the QList, QQueue,...

Undocumented overload of string.Split() ?

According to both Intellisense and MSDN doc on string.Split, there are no parameterless overloads of string.Split. Yet if I type in string[] foo = bar.Split(); It compiles. And it works. I have verified this in both Visual Studio 2008 and 2010. In both cases intellisense does not show the parameterless overload. Is there a reason...

Using Microsoft.Build.CPPTasks

Having a slight problem using these classes, although they're exactly what I'm looking for. MSDN gives absolutely no documentation for them. I've had a play, but executing the contained CL task gives a strange error about logging before initialized. The task doesn't actually seem to contain any initializing methods. Any suggestions? ...

Is Flash Player 10's SoundTransform volume 1+ value supported?

Hi there, When reading the FP10 SoundTransform documentation (http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/media/SoundTransform.html) one would believe that the volume value cannot rise above 1. Or, if it can, this should have no effect. That's what the documentation says. However, it does appear to be possible t...

Decyphering undocumented COM interfaces

Greetings all, I have a pointer to a COM object that implements an undocumented interface. I would really, really like to be able to use said interface. All I have is the IID though. Master software analyst Geoff Chappell has documented a host of these undocumented COM interfaces on his site; see IListView for example. Somehow he ev...

Undocumented SCSI sense/ASC/ASCQ error code

A bit specialist this one, I'm afraid. Any clues gratefully received. O/S is Windows 7 x32/x64 When writing correctly formatted CD-Text to the lead-in of a USB CD/CD-RW the device returns SK 0x04 ASC 0x08 ASCQ 0x05 This is not documented in the MMC 3-5 specs. Does anyone know what it means? The resulting CD does contain CD-Text as e...

NetServerEnum returns 58, can't find this error code in the documentation

NetServerEnum returns error code 58, can't find this error code in the documentation. What does it means? ...

Help with Reddit API Documentation

Looking at the official? Reddit API page it seems quite sparse. In particular I can't like a description of the json files so I don't have to recreate them from scratch (is element x always null and if not what is the type it's supposed to be?). Or an API for submitting stories on there. Can anyone find any other sources of document...